diff --git a/OutGaugeInterpreter.py b/OutGaugeInterpreter.py index 35eb2f5..6318c8f 100644 --- a/OutGaugeInterpreter.py +++ b/OutGaugeInterpreter.py @@ -120,12 +120,12 @@ def startStopButtonFunc(): stopThread=False workThread = threading.Thread(target=runningThread) workThread.start() - statusTextVar.set("Waiting...") + statusTextVar.set("Running...") elif appState == ProgramState.PUSHING_DATA: startStopButton.config(text="stop") appState = ProgramState.WAITNG - statusTextVar.set("Running...") + statusTextVar.set("Waiting...") stopThread = True ##GUI init