remotes/1693045480750635534/spooky-22
Aevann1 2022-01-21 14:06:26 +02:00
parent 1692fd17b1
commit 9040cdc173
2 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -10,5 +10,4 @@ under_attack
venv/
.vscode/
.sass-cache/
flask_session/
marsey_count.json
flask_session/

View File

@ -26,6 +26,11 @@ CF_HEADERS = {"Authorization": f"Bearer {CF_KEY}", "Content-Type": "application/
month = datetime.now().strftime('%B')
@app.post("/ratelimittest")
@limiter.limit("1/day")
def ratelimittest():
return 'sex'
@app.get("/refund")
@admin_level_required(3)
def refund(v):