push
This commit is contained in:
parent
930c70db41
commit
f3035e5540
3
V4.py
3
V4.py
@ -120,13 +120,12 @@ def FirefoxPC(Headless=Headless):
|
|||||||
return webdriver.Firefox(options=options)
|
return webdriver.Firefox(options=options)
|
||||||
|
|
||||||
|
|
||||||
driver = ""
|
|
||||||
|
|
||||||
|
|
||||||
def printf(txt, end="", Mobdriver=driver):
|
def printf(txt, end="", Mobdriver=driver):
|
||||||
if Log:
|
if Log:
|
||||||
Timer(txt)
|
Timer(txt)
|
||||||
if FullLog:
|
if FullLog and Mobdriver:
|
||||||
LogError(txt, Mobdriver=Mobdriver)
|
LogError(txt, Mobdriver=Mobdriver)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user