diff --git a/V4.py b/V4.py index c2bec52..7f38b7c 100755 --- a/V4.py +++ b/V4.py @@ -55,7 +55,7 @@ driver = None def Timer(text="undefined"): - return(f"[{round(time() - start_time)}] : " + text ) + return(f"[{round(float(time() - start_time))}] : " + text ) if IsLinux: