Skip to content
Snippets Groups Projects
Commit 2a27329b authored by Joe Schneider's avatar Joe Schneider Committed by Gunnar Schaefer
Browse files

BF: initialize identity variable

closes #19
parent 2c68bed1
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ class RequestHandler(webapp2.RequestHandler):
self.uid = None
self.source_site = None
self.drone_request = False
identity = {}
access_token = self.request.headers.get('Authorization', None)
if access_token and self.app.config['oauth2_id_endpoint']:
token_request_time = datetime.datetime.now()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment