This commit is contained in:
piair 2022-04-18 09:13:25 +02:00
parent f3035e5540
commit c6a08c6d13
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -49,7 +49,7 @@ FullLog = args.fulllog
IsLinux = platform == "linux" IsLinux = platform == "linux"
start_time = time() start_time = time()
driver = None
def Timer(text="undefined"): def Timer(text="undefined"):
print(f"-- Temps {time() - start_time} fonction : {text} --") print(f"-- Temps {time() - start_time} fonction : {text} --")