From 144f1645b9fec4e9e4cc48aeb58a450f8899b068 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 7 Jun 2020 15:10:27 +0200 Subject: [PATCH] Add keyword fahrplan --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index cb46d87..2622f4e 100644 --- a/app.py +++ b/app.py @@ -256,6 +256,7 @@ def block_pp(): return "" @app.route('/bahn/') +@app.route('/fahrplan/') def bahn(): return redirect("https://marudor.de/Ilmenau", code=302)