mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-02 23:00:09 +01:00
fixed indenting bug
This commit is contained in:
parent
ce144c82e1
commit
e5db9fed09
|
|
@ -61,5 +61,5 @@ def multicastAlarmExec(freq, data):
|
|||
except:
|
||||
logging.error("processing alarm failed")
|
||||
logging.debug("processing alarm failed", exc_info=True)
|
||||
del multiList[:]
|
||||
logging.debug("multicastAlarm finished - buffer cleared")
|
||||
del multiList[:]
|
||||
logging.debug("multicastAlarm finished - buffer cleared")
|
||||
|
|
|
|||
Loading…
Reference in a new issue