new system to manage optimizations (and new optimization VISIBILITY)
This commit is contained in:
parent
3de979dd9b
commit
a4a68d96bc
6 changed files with 121 additions and 27 deletions
|
|
@ -148,6 +148,7 @@ class BaseBrowser(mechanize.Browser):
|
|||
]
|
||||
|
||||
# Use a proxy
|
||||
self.proxy = proxy
|
||||
if proxy:
|
||||
proto = 'http'
|
||||
if proxy.find('://') >= 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue