whitespace
This commit is contained in:
@@ -53,7 +53,7 @@ def before_request():
|
|||||||
g.user = None
|
g.user = None
|
||||||
if 'openid' in session:
|
if 'openid' in session:
|
||||||
g.user = User.query.filter_by(openid=session['openid']).first()
|
g.user = User.query.filter_by(openid=session['openid']).first()
|
||||||
|
|
||||||
|
|
||||||
@app.route('/', methods=['POST', 'GET'])
|
@app.route('/', methods=['POST', 'GET'])
|
||||||
def index():
|
def index():
|
||||||
|
|||||||
Reference in New Issue
Block a user