This commit is contained in:
piair 2022-04-18 09:12:25 +02:00
parent 930c70db41
commit f3035e5540
1 changed files with 1 additions and 2 deletions

3
V4.py
View File

@ -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)