From fae34825596acff1558f43ce2782f6484f2314ae Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 18 Apr 2022 09:22:00 +0200 Subject: [PATCH] OUI --- V4.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 8dc554d..9cff32c 100755 --- a/V4.py +++ b/V4.py @@ -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: