mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
change debug output
This commit is contained in:
parent
6358d3631a
commit
25efdd4d4d
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ class BeatThread(QThread):
|
|||
self.signal.emit(0)
|
||||
|
||||
def run(self):
|
||||
log.info("starting beat")
|
||||
log.info("starting beat ...")
|
||||
self.beat_timer.start(self.interval)
|
||||
loop = QEventLoop()
|
||||
loop.exec_()
|
||||
|
|
Loading…
Add table
Reference in a new issue