This commit is contained in:
piair338 2022-10-24 19:44:32 +00:00
parent b28119baec
commit 2709d7058a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def Timer(text="undefined"):
# replace the function print, with more options # replace the function print, with more options
# [txt] : string, [driver] : selenium wbdriver # [txt] : string, [driver] : selenium wbdriver
def printf(txt, LOG = False): def printf(txt, LOG = LOG):
if LOG: if LOG:
print(Timer(txt)) print(Timer(txt))