Skip to content

Commit c37ad88

Browse files
committed
minor bug fix
1 parent 3c67ba0 commit c37ad88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/core/option.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@ def _setHTTPProxy():
989989
"""
990990
Check and set the HTTP/SOCKS proxy for all HTTP requests.
991991
"""
992+
global proxyHandler
992993

993994
if not conf.proxy:
994995
if conf.proxyList:

0 commit comments

Comments
 (0)