Procházet zdrojové kódy

get hash return hash

master
Robin Thoni před 9 roky
rodič
revize
389dfb899d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      torrentfile.py

+ 1
- 1
torrentfile.py Zobrazit soubor

@@ -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)

Načítá se…
Zrušit
Uložit