diff --git a/auth.py b/auth.py index f3fbd18..e9e15a2 100644 --- a/auth.py +++ b/auth.py @@ -35,7 +35,7 @@ def get_credentials(self): flow.user_agent = self.APPLICATION_NAME if flags: credentials = tools.run_flow(flow, store, flags) - else: # Needed only for compatibility with Python 2.6 + else: credentials = tools.run(flow, store) print('Storing credentials to ' + credential_path) return credentials