From a9e9200e6e4c8c477b6c8c4963446051f011bac5 Mon Sep 17 00:00:00 2001 From: MCorange Date: Sun, 25 Aug 2024 22:04:43 +0300 Subject: [PATCH] :3 --- x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.py b/x.py index 57936c0..91cf8b0 100755 --- a/x.py +++ b/x.py @@ -61,7 +61,7 @@ def main(): print(f"=== FILE: {file}"); buf += read_file(file); - buf += "require(\"main.lua\").Main()\n"; + buf += "require(\"main.lua\").main()\n"; if MINIMISE: buf = minimise(buf);