fix silly indentation mistake

This commit is contained in:
Lynne Megido 2019-09-11 14:39:13 +10:00
parent 87cd5ccd7c
commit 630ab4c34e

View File

@ -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!"