mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +02:00
change debug output
This commit is contained in:
@@ -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_()
|
||||
|
Reference in New Issue
Block a user