remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 19:28:37 +02:00
parent 8bd1494337
commit 9c4a58ae4f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def toggle_club(pid, v):
post = get_post(pid)
if (post.author_id != v.id or v.club_banned or v.coins < 750) and not v.admin_level >= 3: abort(403)
if (post.author_id != v.id or v.club_banned) and not v.admin_level >= 3: abort(403)
post.club = not post.club
g.db.add(post)