Update arke.py's while loop to be always on.

master
jowj 6 years ago
parent eb47ee8312
commit c0694828ea

@ -17,7 +17,8 @@ def monitor_AllTargets(monitoringtargets):
return responseTable
while True:
is_on = True
while is_on:
datastore = monitor_AllTargets(arkevars.httpTargets)
json_string = json.dumps(datastore)

Loading…
Cancel
Save