Skip to content

Commit

Permalink
prevent errors in output
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Sep 22, 2020
1 parent 89cdc37 commit 482dfd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion juniorguru/lib/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ def get_credentials(scope):

def get_client(api_name, api_version, scope):
credentials = get_credentials(scope)
return build(api_name, api_version, credentials=credentials)
return build(api_name, api_version, credentials=credentials,
cache_discovery=False)

0 comments on commit 482dfd5

Please sign in to comment.