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