fix call to warning()
This commit is contained in:
parent
b5e016f9ba
commit
b2d4dc2525
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class PriorityConnection(Optimization):
|
|||
try:
|
||||
browser = AuMBrowser(fake['username'], fake['password'], proxy=self.browser.proxy)
|
||||
except (AdopteBanned,BrowserIncorrectPassword), e:
|
||||
self.warning('Fake %s can\'t login: %s' % (name, e))
|
||||
self.logger.warning('Fake %s can\'t login: %s' % (name, e))
|
||||
continue
|
||||
|
||||
profiles = browser.search_profiles(country="fr",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue