mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Google Contacts discover fix
This commit is contained in:
parent
2c44f7d773
commit
7a801d3d5d
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ class _DiscoverResult:
|
||||||
"CardDAVStorage",
|
"CardDAVStorage",
|
||||||
"CalDAVStorage",
|
"CalDAVStorage",
|
||||||
"GoogleCalendarStorage",
|
"GoogleCalendarStorage",
|
||||||
|
"GoogleContactsStorage",
|
||||||
]:
|
]:
|
||||||
assert connector is not None
|
assert connector is not None
|
||||||
config["connector"] = connector
|
config["connector"] = connector
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue