mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Remove a wayward change.
This commit is contained in:
@@ -23,7 +23,8 @@ from requests.auth import HTTPBasicAuth, HTTPDigestAuth
|
||||
|
||||
|
||||
|
||||
os.environ['HTTPBIN_URL'] = 'http://httpbin.org/'
|
||||
if (sys.platform == 'win32') and ('HTTPBIN_URL' not in os.environ):
|
||||
os.environ['HTTPBIN_URL'] = 'http://httpbin.org/'
|
||||
|
||||
# TODO: Detect an open port.
|
||||
PORT = os.environ.get('HTTPBIN_PORT', '7077')
|
||||
|
||||
Reference in New Issue
Block a user