Fix missing comma in notifications plugin

This commit is contained in:
Calum Lind 2011-12-03 17:09:55 +00:00
parent 4acf548436
commit 006624f568

View File

@ -125,7 +125,7 @@ Date: %(date)s
""" % {'smtp_from': self.config['smtp_from'],
'subject': subject,
'smtp_recipients': to_addrs_str
'smtp_recipients': to_addrs_str,
'date': formatdate()
}