mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
change debug output
This commit is contained in:
@@ -591,7 +591,7 @@ class BeatThread(QThread):
|
|||||||
self.signal.emit(0)
|
self.signal.emit(0)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
log.info("starting beat")
|
log.info("starting beat ...")
|
||||||
self.beat_timer.start(self.interval)
|
self.beat_timer.start(self.interval)
|
||||||
loop = QEventLoop()
|
loop = QEventLoop()
|
||||||
loop.exec_()
|
loop.exec_()
|
||||||
|
Reference in New Issue
Block a user