mirror of
https://github.com/evilhero/mylar
synced 2025-02-01 20:11:31 +00:00
FIX: fix for 32p Test Connection button not using on-screen information for testing
This commit is contained in:
parent
d280ce0b0b
commit
fd3a26dd46
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class info32p(object):
|
||||||
self.method = None
|
self.method = None
|
||||||
|
|
||||||
if any([mylar.CONFIG.MODE_32P is True, self.test is True]):
|
if any([mylar.CONFIG.MODE_32P is True, self.test is True]):
|
||||||
lses = self.LoginSession(mylar.CONFIG.USERNAME_32P, mylar.CONFIG.PASSWORD_32P)
|
lses = self.LoginSession(self.username_32p, self.password_32p)
|
||||||
if not lses.login():
|
if not lses.login():
|
||||||
if not self.test:
|
if not self.test:
|
||||||
logger.error('%s [LOGIN FAILED] Disabling 32P provider until login error(s) can be fixed in order to avoid temporary bans.' % self.module)
|
logger.error('%s [LOGIN FAILED] Disabling 32P provider until login error(s) can be fixed in order to avoid temporary bans.' % self.module)
|
||||||
|
|
Loading…
Reference in a new issue