mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-23 02:13:57 +02:00
meh attribute error
This commit is contained in:
2
V4.py
2
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:
|
||||
|
Reference in New Issue
Block a user