From 7c235eccb5c492643037f301e3bf0b1e7f0a0617 Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Fri, 11 Oct 2024 20:54:47 +0200 Subject: [PATCH] Added compile time --- SpearheadCompile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpearheadCompile.py b/SpearheadCompile.py index 06b7364..e0fbc61 100644 --- a/SpearheadCompile.py +++ b/SpearheadCompile.py @@ -17,7 +17,7 @@ def compile(root, target): classPath = os.path.join(root, "classes") classes = compileClasses(classPath) - dateTime = f"""-- [[ + dateTime = f"""--[[ Spearhead Compile Time: {datetime.datetime.now().isoformat()} ]]"""