remotes/1693045480750635534/spooky-22
Aevann1 2021-11-26 21:31:36 +02:00
parent aeea97941c
commit 1e699491f6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def toggle_club(pid, v):
post.club = not post.club
g.db.add(post)
W g.db.commit()
g.db.commit()
if post.club: return {"message": "Post has been marked as club-only!"}
else: return {"message": "Post has been unmarked as club-only!"}