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] != '':