Fix multiple crashes #7

Merged
piair merged 2 commits from :augustin64-patch-1 into master 2024-02-23 20:42:08 +01:00
Showing only changes of commit 9682b95001 - Show all commits

3
V6.py
View File

@ -836,6 +836,9 @@ def very_custom_start(json):
cred = g._cred[i]
g._mail = cred[0]
g._password = cred[1]
if cred[2] != '':
g._otp = TOTP(cred[2])
start = False
for j in ["unban", "tout", "pc", "mobile", "daily"]:
try: