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

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