This commit is contained in:
piair 2022-04-18 09:41:23 +02:00
parent 71a70e3618
commit 949d5ce177
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

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