Skip to content

Commit

Permalink
Correct save_credentials_file in the settings yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinyu committed Jan 25, 2021
1 parent 23a5ca4 commit ec3d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdrive_access/setup_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def first_time_setup(credential_location="."):
},
"save_credentials": True,
"save_credentials_backend": "file",
"save_credentials_file": os.path.abspath(credential_location),
"save_credentials_file": credentials_json_path,
"get_refresh_token": True
}
with open(settings_path, "w") as settings_file:
Expand Down

0 comments on commit ec3d368

Please sign in to comment.