From 8f0661a73dd4bca4fb0f35860bf0e3683ed600c8 Mon Sep 17 00:00:00 2001 From: Seth Date: Sun, 17 Nov 2024 21:26:32 +1300 Subject: [PATCH] wip --- OutGaugeInterpreter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OutGaugeInterpreter.py b/OutGaugeInterpreter.py index b2df6ba..9ee940c 100644 --- a/OutGaugeInterpreter.py +++ b/OutGaugeInterpreter.py @@ -102,7 +102,7 @@ tkLoggingEnabled.set(False) tkinter.Checkbutton(loggingFrameGui,text="Enable Logging",variable=tkLoggingEnabled,onvalue=True,offvalue=False).pack(side="bottom") rootFrameGui.mainloop() -exit() #### exit for testing +##exit() #### exit for testing #select game while gameSelected == False: gameNo = input("1:BEAMNG\n2:FORZA\n\n7:Toggle CSV out ("+str(csvOut)+")\n9:SET SERIAL PORT ("+SERIAL_PORT+")\n")