From 630ab4c34e3bec56f6743608da1217e2d3665d07 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 11 Sep 2019 14:39:13 +1000 Subject: [PATCH] fix silly indentation mistake --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"