mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Added missing comma
This commit is contained in:
parent
2b70b5117d
commit
9868d7a87f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class TorrentInfo(object):
|
|||
|
||||
for f in self.__m_metadata["info"]["files"]:
|
||||
self.__m_files.append({
|
||||
'path': decode_string(os.path.join(prefix, decode_string(os.path.join(*f["path"]))))
|
||||
'path': decode_string(os.path.join(prefix, decode_string(os.path.join(*f["path"])))),
|
||||
'size': f["length"],
|
||||
'download': True
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue