renamed settings function to avoid name conflict
This commit is contained in:
parent
51d7f8b266
commit
34224a1fb1
1 changed files with 1 additions and 1 deletions
2
web.py
2
web.py
|
@ -249,7 +249,7 @@ def cc_connect_complete():
|
|||
return render_template('cc_connect_complete.html', bg="background-image:url('{}')".format(session['ccavi']))
|
||||
|
||||
@app.route('/settings')
|
||||
def settings():
|
||||
def settings_page():
|
||||
return render_template('settings.html')
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue