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