Explorar el Código

get hash return hash

master
Robin Thoni hace 9 años
padre
commit
389dfb899d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      torrentfile.py

+ 1
- 1
torrentfile.py Ver fichero

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

Loading…
Cancelar
Guardar