From 0e5560f4412e8f1a40f80c4e1a05d8d2c20d3065 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Sat, 22 Jan 2022 22:58:32 +0100 Subject: [PATCH] Minor debug print improvement --- twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch.py b/twitch.py index 0914184..c09b085 100644 --- a/twitch.py +++ b/twitch.py @@ -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