[modules/smartstatus] Updated to latest API

This commit is contained in:
tobi-wan-kenobi 2020-04-26 10:07:17 +02:00
parent 8e29bf8f9e
commit ec2b2a8a4b
2 changed files with 29 additions and 29 deletions

View file

@ -64,6 +64,7 @@ def main():
core.event.trigger('stop')
if __name__ == "__main__":
main()
try:
main()
except Exception as e: