Disabled debug again so that it all works

This commit is contained in:
frikky
2022-08-11 20:40:33 +02:00
parent 5ccd3ce4e9
commit e9b4aef3a6
+1 -1
View File
@@ -23,7 +23,7 @@ except Exception as e:
# </integration>
# Global vars
debug_enabled = True
debug_enabled = False
pwd = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
json_alert = {}
now = time.strftime("%a %b %d %H:%M:%S %Z %Y")