well
This commit is contained in:
parent
2ca7caf348
commit
358da358a0
7
V4.py
7
V4.py
@ -122,10 +122,11 @@ def FirefoxPC(Headless=Headless):
|
||||
def printf(txt, end="", Mobdriver=driver):
|
||||
if Log:
|
||||
print(Timer(txt))
|
||||
elif FullLog and Mobdriver:
|
||||
elif FullLog:
|
||||
try :
|
||||
LogError(Timer(txt), Mobdriver=Mobdriver)
|
||||
else :
|
||||
print(Timer(txt), Mobdriver)
|
||||
except Exception as e:
|
||||
print(Timer(e))
|
||||
|
||||
|
||||
def CustomSleep(temps):
|
||||
|
Loading…
Reference in New Issue
Block a user