remotes/1693045480750635534/spooky-22
Aevann1 2022-05-26 01:25:51 +02:00
parent 4859fc7363
commit b254fd77cb
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ def sign_up_get(v):
@app.post("/signup")
@limiter.limit("10/day")
@limiter.limit("1/second;10/day")
@auth_desired
def sign_up_post(v):
if not app.config['SETTINGS']['Signups']: