Disabled debug again so that it all works
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user