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.close()
print "%s - DONE" % datetime.datetime.now()
print("%s - DONE" % datetime.datetime.now())