OTP functionality implemented

This commit is contained in:
Luxferre
2025-12-27 18:21:00 +02:00
parent 762dbaddc2
commit dd002d0369
6 changed files with 199 additions and 2 deletions
+2
View File
@@ -28,6 +28,8 @@ while True:
status, res = runcode(__cmd)
if status != 1:
__cmd = ""
if status == 0:
print("*ERROR* Exception:", str(res))
except Exception as __err:
print("*ERROR* Exception:", str(__err))
__cmd = ""