use create_browser() to use the proxy parameter
This commit is contained in:
parent
c5803837fa
commit
a889cba908
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
|
||||||
break
|
break
|
||||||
|
|
||||||
if url:
|
if url:
|
||||||
browser = self.BROWSER('')
|
browser = self.create_browser('')
|
||||||
browser.openurl(url)
|
browser.openurl(url)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue