From 0ff541cde956e1057d5e061127f3d23a9eeeaf20 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 12 Nov 2018 18:41:43 +1000 Subject: [PATCH] fixed indentation issue --- web.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')