mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
parent
f8a3961de5
commit
46639ff65e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class GoogleSession(dav.DavSession):
|
|||
try:
|
||||
with open(token_file) as f:
|
||||
token = json.load(f)
|
||||
except OSError:
|
||||
except (OSError, IOError):
|
||||
pass
|
||||
|
||||
def _save_token(token):
|
||||
|
|
|
|||
Loading…
Reference in a new issue