Skip to content

Commit

Permalink
changes to run_console strategy for gdrive oauth2 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ackagel committed Sep 22, 2021
1 parent 31cc477 commit e100d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark/utils/google_drive_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _get_creds(auth_pw):

# generate oauth2 session
flow = InstalledAppFlow.from_client_config(client_config, _SCOPES)
creds = flow.run_local_server(port=0)
creds = flow.run_console()

return creds

Expand Down

0 comments on commit e100d05

Please sign in to comment.