diff --git a/check.py b/check.py index 16084c2..40d6575 100755 --- a/check.py +++ b/check.py @@ -248,7 +248,7 @@ class Conference: else: body = f"{self.name}\n{self.url} redirects to {redirect_to_url}\n" - body += "Web page title: {msg}{og}" "" + body += f"Web page title: {msg}{og}" "" send_mail(f"Conference site live: {self.name} - {self.year}", body) return True