Skip to content

Commit d2287ed

Browse files
reverted calendar quickstart
1 parent f88b5cd commit d2287ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calendar/quickstart/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
# created automatically when the authorization flow completes for the first
3131
# time.
3232
store = file.Storage('token.json')
33-
creds = None
33+
creds = store.get()
3434
if not creds or creds.invalid:
3535
flow = client.flow_from_clientsecrets('credentials.json', SCOPES)
3636
creds = tools.run_flow(flow, store)

0 commit comments

Comments
 (0)