mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Use proxy configuration from environment for Google storage
This commit is contained in:
parent
41b48857eb
commit
ff999b5b74
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ class GoogleSession(dav.DAVSession):
|
|||
token_updater=self._save_token,
|
||||
connector=self.connector,
|
||||
connector_owner=False,
|
||||
trust_env=True,
|
||||
)
|
||||
|
||||
async def _init_token(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue