diff src/puppy/helpers.py @ 9:e218f70e19e9

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Sun, 24 Oct 2021 21:00:49 +0200
parents 4d259e84160d
children 6e9f420c117e
line wrap: on
line diff
--- a/src/puppy/helpers.py	Sun Oct 24 17:38:23 2021 +0200
+++ b/src/puppy/helpers.py	Sun Oct 24 21:00:49 2021 +0200
@@ -38,4 +38,4 @@
     h = hashlib.sha256(data).digest()
     h = hashlib.sha256(h).digest()
 
-    return h[::-1].hex()
\ No newline at end of file
+    return h[::-1].hex()