mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Open only once
This commit is contained in:
parent
c143ea4686
commit
ead85992d7
1 changed files with 0 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ class Session(object):
|
||||||
logger.warning(str(e))
|
logger.warning(str(e))
|
||||||
|
|
||||||
click.echo('Follow the instructions on the page.')
|
click.echo('Follow the instructions on the page.')
|
||||||
webbrowser.open(authorization_url)
|
|
||||||
raise exceptions.UserError('Aborted!')
|
raise exceptions.UserError('Aborted!')
|
||||||
|
|
||||||
def _discover_endpoints(self, subpath):
|
def _discover_endpoints(self, subpath):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue