From ad6318f9ac824fb82fed45f99bf7c7ac1f538c9c Mon Sep 17 00:00:00 2001 From: jbruce Date: Mon, 23 May 2022 10:21:19 -0400 Subject: [PATCH] add comma after slack url --- watcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watcher.py b/watcher.py index 7c9ef2c..3aad230 100755 --- a/watcher.py +++ b/watcher.py @@ -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 )