diff --git a/web.py b/web.py index b0c62e8..ddb2d6f 100755 --- a/web.py +++ b/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')