minor changes

This commit is contained in:
f.geissler 2022-07-19 13:38:47 +02:00
parent 17fe582924
commit 8eccc36f39
1 changed files with 1 additions and 1 deletions

View File

@ -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