Browse Source

Fix error during merge

Arnaud Delcasse 12 years ago
parent
commit
60cbdb2b48
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main.py

+ 2 - 1
main.py

@@ -17,7 +17,8 @@ import string
 
 from settings import *
 
-app = Flask(__name__) app.config.from_object(__name__)
+app = Flask(__name__) 
+app.config.from_object(__name__)
 
 oid = OpenID(app)