This commit is contained in:
piair 2022-04-18 09:30:52 +02:00
parent 358da358a0
commit 5ae2cc3cf0

2
V4.py
View File

@ -55,7 +55,7 @@ driver = None
def Timer(text="undefined"): def Timer(text="undefined"):
return(f"[{time() - start_time}] : " + text ) return(f"[{round(time() - start_time)}] : " + text )
if IsLinux: if IsLinux: