fix getTorrentSize

This commit is contained in:
j 2012-01-17 14:56:01 +05:30
parent 95e5129f1a
commit 29a0e79fbf

View file

@ -72,5 +72,5 @@ def getFiles(data):
def getTorrentSize(torrentFile):
"Returns Size of files in torrent file in bytes"
return getTorrentInfo(torrentFile)['size']
return getTorrentInfoFromFile(torrentFile)['size']