mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2025-03-12 12:15:16 +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
|
||||
pass
|
||||
|
||||
functions.make_post([id, notification['status']['id']])
|
||||
functions.make_post([id, notification['status']['id']])
|
||||
|
||||
return "Success!"
|
||||
|
||||
|
|
Loading…
editor.table_modal.header
Reference in a new issue