From 5ae2cc3cf07ce2019b4c101b28fac81d63438d13 Mon Sep 17 00:00:00 2001 From: piair Date: Mon, 18 Apr 2022 09:30:52 +0200 Subject: [PATCH] test --- V4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V4.py b/V4.py index f42aec9..c2bec52 100755 --- a/V4.py +++ b/V4.py @@ -55,7 +55,7 @@ driver = None def Timer(text="undefined"): - return(f"[{time() - start_time}] : " + text ) + return(f"[{round(time() - start_time)}] : " + text ) if IsLinux: