Skip to content

Commit

Permalink
changed path in script
Browse files Browse the repository at this point in the history
  • Loading branch information
nberr committed Feb 27, 2024
1 parent 65f5d8b commit 110be51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@

credentials = None

home_folder = os.path.expanduser('~')
pickle_path = os.path.join(home_folder, 'token.pickle')
cred_path = os.path.join(home_folder, 'credentials.json')
pickle_path = 'token.pickle'
cred_path = 'credentials.json'

# check if credentials already exist
if os.path.exists(pickle_path):
Expand Down

0 comments on commit 110be51

Please sign in to comment.