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 )