Update V4.py
Fix constant name (introduced in [this commit](5b3b7c8aec
))
This commit is contained in:
parent
d2cc6891ed
commit
b6e30888bb
4
V4.py
4
V4.py
@ -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 = [
|
||||
" . ",
|
||||
" . ",
|
||||
|
Loading…
Reference in New Issue
Block a user