diff --git a/webui.py b/webui.py index cbdd2be..8312a4a 100644 --- a/webui.py +++ b/webui.py @@ -532,7 +532,7 @@ def push(id): # assume we haven't been participating in this thread pass - functions.make_post([id, notification['status']['id']]) + functions.make_post([id, notification['status']['id']]) return "Success!"