This commit is contained in:
piair 2022-04-18 09:22:00 +02:00
parent 8db66d108c
commit fae3482559

5
V4.py
View File

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