mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-31 01:19:36 +00:00
Minor debug print improvement
This commit is contained in:
@@ -622,7 +622,7 @@ class Twitch:
|
||||
raise CaptchaRequired()
|
||||
elif error_code == 3001:
|
||||
# wrong password you dummy
|
||||
logger.debug("Login failed due to incorrect login or pass")
|
||||
logger.debug("Login failed due to incorrect username or password")
|
||||
self.gui.print("Incorrect username or password.")
|
||||
self.gui.login.clear(password=True)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user