Fix #206: attribute must be initialized before API usage.

This commit is contained in:
Arun Prakash Jana 2017-09-12 04:31:31 +05:30
parent 83f208b336
commit 618384e540
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -3298,6 +3298,7 @@ def browse(url):
----------
suppress_browser_output : bool
True if a text based browser is detected.
Must be initialized (as applicable) to use the API.
"""
if not parse_url(url).scheme: