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

Merge pull request #7 from Perlover/master

Now the compile.py works
This commit is contained in:
iancoleman 2019-12-24 07:52:43 +11:00 committed by GitHub
commit 0314d0060b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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