This commit is contained in:
parent
f3035e5540
commit
c6a08c6d13
2
V4.py
2
V4.py
|
@ -49,7 +49,7 @@ FullLog = args.fulllog
|
||||||
|
|
||||||
IsLinux = platform == "linux"
|
IsLinux = platform == "linux"
|
||||||
start_time = time()
|
start_time = time()
|
||||||
|
driver = None
|
||||||
|
|
||||||
def Timer(text="undefined"):
|
def Timer(text="undefined"):
|
||||||
print(f"-- Temps {time() - start_time} fonction : {text} --")
|
print(f"-- Temps {time() - start_time} fonction : {text} --")
|
||||||
|
|
Loading…
Reference in New Issue