From 2709d7058a07b5877fa9897d0162790b83b0b317 Mon Sep 17 00:00:00 2001 From: piair338 Date: Mon, 24 Oct 2022 19:44:32 +0000 Subject: [PATCH] OOPS --- modules/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools.py b/modules/tools.py index e7586b7..df2ff36 100644 --- a/modules/tools.py +++ b/modules/tools.py @@ -57,7 +57,7 @@ def Timer(text="undefined"): # replace the function print, with more options # [txt] : string, [driver] : selenium wbdriver -def printf(txt, LOG = False): +def printf(txt, LOG = LOG): if LOG: print(Timer(txt))