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> # </integration>
# Global vars # Global vars
debug_enabled = True debug_enabled = False
pwd = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) pwd = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
json_alert = {} json_alert = {}
now = time.strftime("%a %b %d %H:%M:%S %Z %Y") now = time.strftime("%a %b %d %H:%M:%S %Z %Y")