This commit is contained in:
Aevann1 2022-01-11 23:54:41 +02:00
parent 99b0a8ca17
commit 609bbfafc6
12 changed files with 64 additions and 64 deletions

View file

@ -11,7 +11,7 @@ defaultcolor = environ.get("DEFAULT_COLOR").strip()
@app.get("/votes")
@limiter.limit("5/second;60/minute;200/hour")
@auth_desired
@auth_required
def admin_vote_info_get(v):
if not v or v.oldsite: template = ''
else: template = 'CHRISTMAS/'