s/AdopteUnMec/AuMBrowser/
This commit is contained in:
parent
ae4b7cd23b
commit
c01d2a3c6d
4 changed files with 7 additions and 10 deletions
|
|
@ -19,7 +19,7 @@
|
|||
from weboob.tools.browser import BrowserUnavailable
|
||||
from weboob.capabilities.dating import Optimization
|
||||
|
||||
from ..browser import AdopteUnMec
|
||||
from ..browser import AuMBrowser
|
||||
|
||||
|
||||
__all__ = ['Visibility']
|
||||
|
|
@ -40,7 +40,7 @@ class Visibility(Optimization):
|
|||
|
||||
def reconnect(self):
|
||||
try:
|
||||
AdopteUnMec(self.browser.username,
|
||||
AuMBrowser(self.browser.username,
|
||||
self.browser.password,
|
||||
proxy=self.browser.proxy)
|
||||
except BrowserUnavailable, e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue