This commit is contained in:
Niklas Müller 2024-03-08 09:43:48 +01:00
parent 91a18bd70a
commit de03e29cd8
3 changed files with 3 additions and 3 deletions

2
app.py
View file

@ -37,7 +37,7 @@ def project():
@app.route('/split')
def splitt():
def split():
return render_template('base.html', page='split', settings='set', error=False)