Add Fahrplanauskunft
This commit is contained in:
parent
5548a9d79a
commit
dfcb84619c
4
app.py
4
app.py
@ -255,6 +255,10 @@ def block_cjd():
|
|||||||
def block_pp():
|
def block_pp():
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
@app.route('/bahn/')
|
||||||
|
def bahn():
|
||||||
|
return redirect("https://marudor.de/Ilmenau", code=302)
|
||||||
|
|
||||||
|
|
||||||
########################################################################################################################
|
########################################################################################################################
|
||||||
# Base
|
# Base
|
||||||
|
Loading…
Reference in New Issue
Block a user