This commit is contained in:
Auric Vente
2024-07-21 09:11:16 -06:00
parent 0598722153
commit 69b32fd4fd
2 changed files with 13 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ class Utils:
Utils.rand_sentence = RandomSentence()
@staticmethod
def now() -> float:
def now() -> int:
return int(time.time())
@staticmethod