1
0
Fork 0
mirror of https://github.com/iancoleman/shamir.git synced 2025-11-18 00:50:59 +00:00

Now the compile.py works

This commit is contained in:
Perlover 2019-12-23 16:04:03 +01:00
parent 4c36ecd84c
commit 4c73d538f0

View file

@ -45,4 +45,4 @@ f = open('shamir-standalone.html', 'w')
f.write(page) f.write(page)
f.close() f.close()
print "%s - DONE" % datetime.datetime.now() print("%s - DONE" % datetime.datetime.now())