浏览代码

get hash return hash

master
Robin Thoni 9 年前
父节点
当前提交
389dfb899d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      torrentfile.py

+ 1
- 1
torrentfile.py 查看文件

@@ -40,4 +40,4 @@ class TorrentFile:
40 40
 
41 41
     def getHash(self):
42 42
         bencoded = bencode.bencode(self.info)
43
-        return hashlib.sha1(bencoded).hexdigest()
43
+        return hashlib.sha1(bencoded)

正在加载...
取消
保存