Include new monitors in state tracking file.

master
jowj 4 years ago
parent 49a4249fa7
commit 3c63822902

@ -115,8 +115,9 @@ while is_on:
# track state
errorFile = open("/shared/state.log", "a+")
errorText = json_string
errorFile.write(errorText)
errorFile.write(json_string)
errorFile.write(cert_json)
errorFile.write(domain_json)
errorFile.close()
os.remove("/shared/results.json")

Loading…
Cancel
Save