fixed indentation issue

This commit is contained in:
Lynne Megido 2018-11-12 18:41:43 +10:00
parent 2bb182bf85
commit 0ff541cde9
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

6
web.py
View File

@ -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')