From 9682b95001fd7dc4a1f3a6a320f63fc3297d9d28 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Fri, 23 Feb 2024 08:49:00 +0100 Subject: [PATCH] Fix OTP not working in very custom start --- V6.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/V6.py b/V6.py index 21d0a7c..6c10bd2 100755 --- a/V6.py +++ b/V6.py @@ -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: