compile error fix

This commit is contained in:
josh
2024-11-21 08:47:02 -08:00
parent 9a6af743ad
commit f5afa4db4d
3 changed files with 4 additions and 4 deletions

View File

@@ -55,4 +55,4 @@ def run():
print(f"An error occurred: {e}")
if __name__ == "__main__":
run()
run()