This commit is contained in:
piair 2022-04-18 09:22:00 +02:00
parent 8db66d108c
commit fae3482559
1 changed files with 4 additions and 1 deletions

5
V4.py
View File

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