From c6a08c6d13fc4b5eac838da2318ba2e2274f52af Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 18 Apr 2022 09:13:25 +0200 Subject: [PATCH] ok --- V4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V4.py b/V4.py index 1cf0f42..0deb825 100755 --- a/V4.py +++ b/V4.py @@ -49,7 +49,7 @@ FullLog = args.fulllog IsLinux = platform == "linux" start_time = time() - +driver = None def Timer(text="undefined"): print(f"-- Temps {time() - start_time} fonction : {text} --")