OUI
This commit is contained in:
parent
8db66d108c
commit
fae3482559
5
V4.py
5
V4.py
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user