From 3255747a1c3cacec9e76e70ac076184d0b9938e5 Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Fri, 18 Sep 2026 16:00:36 +0200 Subject: [PATCH] removal of unused test function --- Website/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Website/main.py b/Website/main.py index 03e6858..afebd29 100644 --- a/Website/main.py +++ b/Website/main.py @@ -3852,6 +3852,7 @@ def admin_delete_all_instances(): # Leite den Admin danach zurück zu einer sicheren Seite return redirect(url_for('my_instance_management')) +""" @app.route('/test_email') def test_email(): @@ -3877,7 +3878,7 @@ def test_email(): def main(): app.run(host="0.0.0.0", port=4999, debug=False) - +""" _start_trial_maintenance_worker()