This commit is contained in:
piair 2023-06-21 21:25:36 +02:00
parent 0281bb946d
commit fb6bdf385e
1 changed files with 1 additions and 1 deletions

2
V6.py
View File

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