forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-20 16:51:43 +02:00
parent 59c6c5a05f
commit 982db79e04
1 changed files with 2 additions and 2 deletions

View File

@ -220,8 +220,8 @@ def sign_up_get(v):
@app.post("/signup")
# @limiter.limit("1/second")
# @limiter.limit("5/day")
@limiter.limit("1/second")
@limiter.limit("5/day")
@auth_desired
def sign_up_post(v):
with open('./disablesignups', 'r') as f: