diff --git a/compile.py b/compile.py index 5191fd9..5bc6c77 100644 --- a/compile.py +++ b/compile.py @@ -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())