minor changes
This commit is contained in:
parent
17fe582924
commit
8eccc36f39
2
test.py
2
test.py
@ -335,7 +335,7 @@ class Worker(QObject):
|
|||||||
i = 1
|
i = 1
|
||||||
while self.continue_run: # give the loop a stoppable condition
|
while self.continue_run: # give the loop a stoppable condition
|
||||||
data.fill_dummy_data()
|
data.fill_dummy_data()
|
||||||
self.charger_communication()
|
# self.charger_communication()
|
||||||
# QThread.sleep(1)
|
# QThread.sleep(1)
|
||||||
|
|
||||||
self.finished.emit() # emit the finished signal when the loop is done
|
self.finished.emit() # emit the finished signal when the loop is done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user