This commit is contained in:
interfisch 2023-08-19 11:37:46 +02:00
parent 3072b7d203
commit 87a76f2e6f
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class Controller:
if not self.connected:
if (time.time()>self.last_reconnectTry+30):
connectToMQTT()
self.connectToMQTT()
self.last_reconnectTry=time.time()
self.mqtt.loop(0.1) #with block timeout