Skip to content

Commit

Permalink
fix: xyou365#93 Index Out Of Range
Browse files Browse the repository at this point in the history
  • Loading branch information
xxiz committed Dec 11, 2022
1 parent 15a604c commit e8f6fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_to_google_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
credentials = glob.glob(args.credentials)

creds = None
if os.path.exists('token.pickle') or os.path.exists('token.pickle'):
if os.path.exists('token.pickle'):
with open('token.pickle', 'rb') as token:
creds = pickle.load(token)

Expand Down

0 comments on commit e8f6fe3

Please sign in to comment.