parent
0009766fd9
commit
72cb84d1cd
11 changed files with 41 additions and 41 deletions
|
@ -4,7 +4,7 @@ from files.helpers.discord import *
|
|||
from files.__main__ import app, cache, limiter
|
||||
from files.classes.submission import Submission
|
||||
|
||||
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "all")
|
||||
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "all").strip()
|
||||
|
||||
@app.post("/clear")
|
||||
@auth_required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue