mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix missing comma in notifications plugin
This commit is contained in:
parent
4acf548436
commit
006624f568
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue