mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-05-14 16:24:00 +02:00
meh attribute error
This commit is contained in:
parent
5ae2cc3cf0
commit
b0f28bdd7d
2
V4.py
2
V4.py
@ -55,7 +55,7 @@ driver = None
|
|||||||
|
|
||||||
|
|
||||||
def Timer(text="undefined"):
|
def Timer(text="undefined"):
|
||||||
return(f"[{round(time() - start_time)}] : " + text )
|
return(f"[{round(float(time() - start_time))}] : " + text )
|
||||||
|
|
||||||
|
|
||||||
if IsLinux:
|
if IsLinux:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user