uéué
This commit is contained in:
parent
0281bb946d
commit
fb6bdf385e
2
V6.py
2
V6.py
@ -838,7 +838,7 @@ else:
|
|||||||
if g.discord_enabled_error:
|
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")
|
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:
|
for cred in g._cred:
|
||||||
if cred != "":
|
if cred[0] != "":
|
||||||
g._mail = cred[0]
|
g._mail = cred[0]
|
||||||
g._password = cred[1]
|
g._password = cred[1]
|
||||||
if cred[2] != '':
|
if cred[2] != '':
|
||||||
|
Loading…
Reference in New Issue
Block a user