mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-24 19:30:15 +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'],
|
""" % {'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…
Add table
Add a link
Reference in a new issue