diff --git a/api/handlers.py b/api/handlers.py index 104f766..b65c6ee 100755 --- a/api/handlers.py +++ b/api/handlers.py @@ -60,6 +60,7 @@ class LoginHandler(BaseHandler): def read(self, request, id=None): + u = None if id: try: u = User.objects.get(id=id)