summaryrefslogtreecommitdiffstats
path: root/deluge/maketorrent.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/maketorrent.py')
-rw-r--r--deluge/maketorrent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/maketorrent.py b/deluge/maketorrent.py
index 82599ac0b..2e91ca723 100644
--- a/deluge/maketorrent.py
+++ b/deluge/maketorrent.py
@@ -68,7 +68,7 @@ class TorrentMetadata(object):
raise InvalidPath('Need to set a data_path!')
torrent = {
- 'info': {}
+ 'info': {},
}
if self.comment: