mirror of
https://github.com/markqvist/Sideband.git
synced 2025-04-16 13:53:08 -04:00
Cleanup
This commit is contained in:
parent
6a56d02afb
commit
e8461b3f33
@ -44,7 +44,7 @@ class MQTT():
|
||||
RNS.log("All MQTT messages processed", RNS.LOG_DEBUG)
|
||||
|
||||
except Exception as e:
|
||||
RNS.log("An error occurred while running MQTT scheduler jobs: {e}", RNS.LOG_ERROR)
|
||||
RNS.log(f"An error occurred while running MQTT scheduler jobs: {e}", RNS.LOG_ERROR)
|
||||
RNS.trace_exception(e)
|
||||
|
||||
time.sleep(MQTT.SCHEDULER_SLEEP)
|
||||
|
Loading…
x
Reference in New Issue
Block a user