update
This commit is contained in:
parent
a5e172f36a
commit
a207ef22f9
4
V4.py
4
V4.py
@ -104,8 +104,10 @@ def printf(txt, end="", Mobdriver = None):
|
|||||||
if Log :
|
if Log :
|
||||||
Timer(txt)
|
Timer(txt)
|
||||||
if FullLog :
|
if FullLog :
|
||||||
|
try :
|
||||||
LogError(txt, Mobdriver=Mobdriver)
|
LogError(txt, Mobdriver=Mobdriver)
|
||||||
|
except Exception as e:
|
||||||
|
print(e)
|
||||||
|
|
||||||
def CustomSleep(temps):
|
def CustomSleep(temps):
|
||||||
if Log or not IsLinux :
|
if Log or not IsLinux :
|
||||||
|
Loading…
Reference in New Issue
Block a user