This commit is contained in:
Aevann1 2022-02-21 03:58:12 +02:00
parent 5d47158e5f
commit 661bc9f045
6 changed files with 57 additions and 26 deletions

View file

@ -225,7 +225,7 @@ def sign_up_get(v):
@app.post("/signup")
@limiter.limit("5/day")
@limiter.limit("10/day")
@auth_desired
def sign_up_post(v):
with open('disable_signups', 'r') as f: