Fix missing comma in notifications plugin
This commit is contained in:
parent
4acf548436
commit
006624f568
@ -125,7 +125,7 @@ Date: %(date)s
|
|||||||
|
|
||||||
""" % {'smtp_from': self.config['smtp_from'],
|
""" % {'smtp_from': self.config['smtp_from'],
|
||||||
'subject': subject,
|
'subject': subject,
|
||||||
'smtp_recipients': to_addrs_str
|
'smtp_recipients': to_addrs_str,
|
||||||
'date': formatdate()
|
'date': formatdate()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user