diff --git a/flatisfy/email.py b/flatisfy/email.py index 36cb4b2..6197bc3 100644 --- a/flatisfy/email.py +++ b/flatisfy/email.py @@ -101,7 +101,7 @@ def send_notification(config, flats): cost = int(flat.cost) currency = str(flat.currency) - txt += f"- {title}: {website_url}#/flat/{flat_id}" + txt += f"- {title}: {website_url}#/flat/{flat_id} " html += f"""
  • {title} @@ -119,6 +119,7 @@ def send_notification(config, flats): html += f'({", ".join(fields)})' html += "
  • " + txt += "\n" html += ""