fix typo
This commit is contained in:
parent
91a18bd70a
commit
de03e29cd8
3 changed files with 3 additions and 3 deletions
2
app.py
2
app.py
|
|
@ -37,7 +37,7 @@ def project():
|
|||
|
||||
|
||||
@app.route('/split')
|
||||
def splitt():
|
||||
def split():
|
||||
return render_template('base.html', page='split', settings='set', error=False)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue