Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Dec 27, 2018
1 parent 9222d16 commit 46bfbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/findhash1.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
try:
objects = jellify(eval(objects))
except:
objects = jelly_eval(objetcs, [])
objects = jelly_eval(objects, [])

for object in objects:
stdout.buffer.write(shake_256(repr(object).encode('utf-8')).digest(512))

0 comments on commit 46bfbb1

Please sign in to comment.