This commit is contained in:
piair 2022-04-04 16:13:58 +02:00
parent a5e172f36a
commit a207ef22f9

4
V4.py
View File

@ -104,8 +104,10 @@ def printf(txt, end="", Mobdriver = None):
if Log :
Timer(txt)
if FullLog :
try :
LogError(txt, Mobdriver=Mobdriver)
except Exception as e:
print(e)
def CustomSleep(temps):
if Log or not IsLinux :