This commit is contained in:
piair
2022-09-28 15:04:10 +02:00
2 changed files with 24 additions and 8 deletions

4
V4.py
View File

@ -223,7 +223,7 @@ def FirefoxDriver(mobile=False, Headless=Headless):
def printf(txt, end="", Mobdriver=driver):
if Log:
if LOG:
print(Timer(txt))
if FULL_LOG:
try :
@ -234,7 +234,7 @@ def printf(txt, end="", Mobdriver=driver):
def CustomSleep(temps):
try :
if Log or not LINUX_HOST: #only print sleep when user see it
if LOG or not LINUX_HOST: #only print sleep when user see it
points = [
" . ",
" . ",