From f3035e5540f72368ff746a1fb5ec43c5b1a3c9a0 Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 18 Apr 2022 09:12:25 +0200 Subject: [PATCH] push --- V4.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/V4.py b/V4.py index bf7f06b..1cf0f42 100755 --- a/V4.py +++ b/V4.py @@ -120,13 +120,12 @@ def FirefoxPC(Headless=Headless): return webdriver.Firefox(options=options) -driver = "" def printf(txt, end="", Mobdriver=driver): if Log: Timer(txt) - if FullLog: + if FullLog and Mobdriver: LogError(txt, Mobdriver=Mobdriver)