Update V4.py

Fix constant name (introduced in [this commit](5b3b7c8aec))
This commit is contained in:
augustin64 2022-09-25 15:32:34 +02:00 committed by GitHub
parent d2cc6891ed
commit b6e30888bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
V4.py
View File

@ -223,7 +223,7 @@ def FirefoxDriver(mobile=False, Headless=Headless):
def printf(txt, end="", Mobdriver=driver): def printf(txt, end="", Mobdriver=driver):
if Log: if LOG:
print(Timer(txt)) print(Timer(txt))
if FULL_LOG: if FULL_LOG:
try : try :
@ -234,7 +234,7 @@ def printf(txt, end="", Mobdriver=driver):
def CustomSleep(temps): def CustomSleep(temps):
try : 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 = [ points = [
" . ", " . ",
" . ", " . ",