fix stray space

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-29 23:37:01 +02:00
parent d9ef62b9c6
commit 3bd8384c05
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ def award_thing(v, thing_type, id):
if author.marseyawarded:
abort(409, "This user is under the effect of a conflicting award: Marsey award.")
if author.agendaposter and author.agendaposter == 0:
if author.agendaposter and author.agendaposter == 0:
abort(409, "This user is perma-chudded.")
if author.agendaposter and time.time() < author.agendaposter: author.agendaposter += 86400