This commit is contained in:
Aevann1 2021-09-24 01:27:35 +02:00
parent 82a5303716
commit e5e0c245fc

View file

@ -595,6 +595,7 @@ def thumbnail_thread(pid):
db.commit()
db.close()
return True, "Success"
@app.post("/submit")
@limiter.limit("6/minute")