fixed indentation issue
This commit is contained in:
parent
2bb182bf85
commit
0ff541cde9
1 changed files with 3 additions and 3 deletions
6
web.py
6
web.py
|
@ -179,6 +179,6 @@ def create_account():
|
|||
|
||||
#cc connection
|
||||
|
||||
@app.route('/cc_connect')
|
||||
def cc_connect():
|
||||
return render_template('cc_connect.html')
|
||||
@app.route('/cc_connect')
|
||||
def cc_connect():
|
||||
return render_template('cc_connect.html')
|
||||
|
|
Loading…
Reference in a new issue