This commit is contained in:
Aevann1 2022-03-20 00:16:13 +02:00
parent aed606a8b1
commit 0ff1a663e8
4 changed files with 125 additions and 9 deletions

View file

@ -24,12 +24,6 @@ GUMROAD_TOKEN = environ.get("GUMROAD_TOKEN", "").strip()
month = datetime.now().strftime('%B')
@app.get("/chat")
@auth_required
def chat( v):
return render_template("chat.html", v=v)
@app.post('/admin/merge/<id1>/<id2>')
@admin_level_required(3)
def merge(v, id1, id2):