1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +00:00

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