add comma after slack url
This commit is contained in:
parent
1e736908bc
commit
ad6318f9ac
@ -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 )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user