From f1fbb733fa2065592f2e98e397d6a3959ec83f1d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 16 Feb 2022 01:24:13 +0200 Subject: [PATCH] f --- files/routes/awards.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index 3b3d7e9eee..013ee611f8 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -283,7 +283,6 @@ def award_post(pid, v): if author.marseyawarded: return {"error": "This user is the under the effect of a conflicting award: Marsey award."}, 404 - if author.username == "911roofer": abort(403) if author.agendaposter and time.time() < author.agendaposter: author.agendaposter += 86400 else: author.agendaposter = int(time.time()) + 86400 @@ -517,7 +516,6 @@ def award_comment(cid, v): if author.marseyawarded: return {"error": "This user is the under the effect of a conflicting award: Marsey award."}, 404 - if author.username == "911roofer": abort(403) if author.agendaposter and time.time() < author.agendaposter: author.agendaposter += 86400 else: author.agendaposter = int(time.time()) + 86400