Merge pull request #9 from augustin64/patch-1

Fix constant name
This commit is contained in:
piair338 2022-09-25 15:37:57 +02:00 committed by GitHub
commit da2471f304
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):
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 = [
" . ",
" . ",