This commit is contained in:
piair 2022-04-18 09:29:45 +02:00
parent 2ca7caf348
commit 358da358a0

7
V4.py
View File

@ -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):