add comma after slack url

pull/59/merge
jbruce 2022-05-23 10:21:19 -04:00
rodzic 1e736908bc
commit ad6318f9ac
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -67,8 +67,8 @@ class Watcher(object):
if __name__ == "__main__":
watcher = Watcher(
kiln_url = "http://0.0.0.0:8082/api/stats",
slack_hook_url = "you must add this"
kiln_url = "http://192.168.1.84:8081/api/stats",
slack_hook_url = "you must add this",
bad_check_limit = 6,
temp_error_limit = 10,
sleepfor = 10 )