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")