Update notifications.py
This commit is contained in:
parent
03fd8b84f9
commit
694350243f
@ -135,8 +135,8 @@ class SMTP(object):
|
|||||||
|
|
||||||
body = self.format(thread, comment)
|
body = self.format(thread, comment)
|
||||||
|
|
||||||
#if thread["title"] is None:
|
if thread["title"] is None:
|
||||||
# thread["title"] = "New comment"
|
thread["title"] = "New comment"
|
||||||
|
|
||||||
if uwsgi:
|
if uwsgi:
|
||||||
uwsgi.spool({b"subject": thread["title"].encode("utf-8"),
|
uwsgi.spool({b"subject": thread["title"].encode("utf-8"),
|
||||||
|
Loading…
Reference in New Issue
Block a user