diff --git a/files/routes/settings.py b/files/routes/settings.py index 4e62235e6..0cc5d3f9a 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -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 else: @app.get("/settings/delete_account") - def settings_delete_account(v): + def settings_delete_account(): return redirect(f"{SITE_FULL_IMAGES}/i/mrburns.webp") \ No newline at end of file