remotes/1693045480750635534/spooky-22
Aevann1 2021-07-21 03:51:03 +02:00
parent 1caa5b9685
commit 00f6b92ea2
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ def frontlist(v=None, sort="hot", page=1,t="all", ids_only=True, filter_words=''
@app.route("/api/v1/listing", methods=["GET"])
@auth_desired
def front_all(v):
return "Upgrading server, be back in 10 minutes"
if v and v.is_banned and not v.unban_utc: return render_template("seized.html")
page = int(request.args.get("page") or 1)