From fb6bdf385e09156289a3ed8cdf2c781b73168e25 Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 21 Jun 2023 21:25:36 +0200 Subject: [PATCH] =?UTF-8?q?u=C3=A9u=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- V6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V6.py b/V6.py index e314bd5..adbfc9e 100755 --- a/V6.py +++ b/V6.py @@ -838,7 +838,7 @@ else: if g.discord_enabled_error: webhookFailure.send(f"Updated to {g.update_version}", username="UPDATE", avatar_url="https://cdn-icons-png.flaticon.com/512/1688/1688988.png") for cred in g._cred: - if cred != "": + if cred[0] != "": g._mail = cred[0] g._password = cred[1] if cred[2] != '':