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} --")