This commit is contained in:
piair 2022-04-04 14:04:15 +02:00
parent 8edf6281ed
commit a5e172f36a
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -100,7 +100,7 @@ def FirefoxPC(Headless = Headless):
return(webdriver.Firefox(options=options)) return(webdriver.Firefox(options=options))
def printf(txt, end="", Mobdriver = driver): def printf(txt, end="", Mobdriver = None):
if Log : if Log :
Timer(txt) Timer(txt)
if FullLog : if FullLog :