Open only once

This commit is contained in:
Markus Unterwaditzer 2015-12-13 16:47:23 +01:00
parent c143ea4686
commit ead85992d7

View file

@ -104,7 +104,6 @@ class Session(object):
logger.warning(str(e))
click.echo('Follow the instructions on the page.')
webbrowser.open(authorization_url)
raise exceptions.UserError('Aborted!')
def _discover_endpoints(self, subpath):