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:
parent
87cd5ccd7c
commit
630ab4c34e
1 changed files with 1 additions and 1 deletions
2
webui.py
2
webui.py
|
@ -532,7 +532,7 @@ def push(id):
|
||||||
# assume we haven't been participating in this thread
|
# assume we haven't been participating in this thread
|
||||||
pass
|
pass
|
||||||
|
|
||||||
functions.make_post([id, notification['status']['id']])
|
functions.make_post([id, notification['status']['id']])
|
||||||
|
|
||||||
return "Success!"
|
return "Success!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue