From 8eccc36f394fa210a61567e04bf87a1ed8312980 Mon Sep 17 00:00:00 2001 From: "f.geissler" Date: Tue, 19 Jul 2022 13:38:47 +0200 Subject: [PATCH] minor changes --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 7c3419c..b28f8f4 100644 --- a/test.py +++ b/test.py @@ -335,7 +335,7 @@ class Worker(QObject): i = 1 while self.continue_run: # give the loop a stoppable condition data.fill_dummy_data() - self.charger_communication() + # self.charger_communication() # QThread.sleep(1) self.finished.emit() # emit the finished signal when the loop is done