fix getTorrentSize
This commit is contained in:
parent
95e5129f1a
commit
29a0e79fbf
1 changed files with 1 additions and 1 deletions
|
@ -72,5 +72,5 @@ def getFiles(data):
|
||||||
|
|
||||||
def getTorrentSize(torrentFile):
|
def getTorrentSize(torrentFile):
|
||||||
"Returns Size of files in torrent file in bytes"
|
"Returns Size of files in torrent file in bytes"
|
||||||
return getTorrentInfo(torrentFile)['size']
|
return getTorrentInfoFromFile(torrentFile)['size']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue