ソースを参照

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)

読み込み中…
キャンセル
保存