403 instead of 404

master
Aevann 2023-09-08 19:13:27 +03:00
parent 7e63bce2a5
commit 3ff47224cf
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def orgy(v):
orgy = get_orgy()
if not orgy:
abort(404, "An orgy isn't currently in progress!")
abort(403, "An orgy isn't currently in progress!")
displayed_messages = {k: val for k, val in messages[f"{SITE_FULL}/orgy"].items() if val["user_id"] not in v.userblocks}