Bug fix web page title in email
This commit is contained in:
parent
17bd1ae9bc
commit
aa22d76699
1 changed files with 1 additions and 1 deletions
2
check.py
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue