From a0b2c1edd919d13dea350d6aed7371c6e8f721fe Mon Sep 17 00:00:00 2001 From: Sujan sai <44502907+nsujansai@users.noreply.github.com> Date: Fri, 26 Oct 2018 20:13:28 +0530 Subject: [PATCH] Update auth.py --- auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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