fixed indenting bug

This commit is contained in:
f-kessler 2018-08-11 16:43:38 +02:00 committed by GitHub
parent ce144c82e1
commit e5db9fed09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")