fix 500 error

master
Aevann 2024-11-14 19:48:32 +02:00
parent 5fa03082ab
commit ae05471f45
1 changed files with 1 additions and 1 deletions

View File

@ -1196,5 +1196,5 @@ if FEATURES['ACCOUNT_DELETION']:
message="You can (and should) log back in before then to cancel this. Not that we want you here or anything. Whatever bitch."), 202 message="You can (and should) log back in before then to cancel this. Not that we want you here or anything. Whatever bitch."), 202
else: else:
@app.get("/settings/delete_account") @app.get("/settings/delete_account")
def settings_delete_account(v): def settings_delete_account():
return redirect(f"{SITE_FULL_IMAGES}/i/mrburns.webp") return redirect(f"{SITE_FULL_IMAGES}/i/mrburns.webp")