mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
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'],
|
||||
'subject': subject,
|
||||
'smtp_recipients': to_addrs_str
|
||||
'smtp_recipients': to_addrs_str,
|
||||
'date': formatdate()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user