remove retarded ratelimit

pull/139/head
Aevann 2023-03-13 21:26:38 +02:00
parent c8ca6d279d
commit bd2355007c
1 changed files with 0 additions and 1 deletions

View File

@ -672,7 +672,6 @@ def mfa_qr(v:User, secret:str):
@app.get("/is_available/<name>")
@limiter.limit("100/day")
@limiter.limit("100/day", key_func=get_ID)
def is_available(name:str):
name=name.strip()