remotes/1693045480750635534/spooky-22
Aevann1 2022-04-10 16:56:38 +02:00
parent 231a55ea49
commit 49c1db511d
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ import matplotlib.pyplot as plt
from files.classes.mod_logs import ACTIONTYPES, ACTIONTYPES2
from files.classes.badges import BadgeDef
@app.get("/r/drama/comments/<id>/<title>")
@app.get("/r/Drama/comments/<id>/<title>")
def rdrama(id, title):
id = ''.join(f'{x}/' for x in id)
return redirect(f'/archives/drama/comments/{id}{title}.html')
@app.get("/privacy")
@auth_required
def privacy(v):