Mercurial > code > home > repos > gcalendarwatch
changeset 2:30f9d65ceba1
typo in credential storage. how did this ever work
Ignore-this: a7fee4a12fd10f14869470e5fd6765f1
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 Jan 2020 23:33:36 -0800 |
parents | d77ead665ab2 |
children | acb378b62dfd |
files | gcalendarwatch |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gcalendarwatch Thu Jan 16 23:33:33 2020 -0800 +++ b/gcalendarwatch Thu Jan 16 23:33:36 2020 -0800 @@ -121,7 +121,7 @@ def getCalendarService(client_secrets='client_secret.json', - credential_storage='calemndar.dat', + credential_storage='calendar.dat', scope='https://www.googleapis.com/auth/calendar.readonly', name='calendar', version='v3'):