meh attribute error

This commit is contained in:
piair 2022-04-18 09:32:38 +02:00
parent 5ae2cc3cf0
commit b0f28bdd7d
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -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: