This commit is contained in:
Djimbo
2022-12-03 11:55:24 +03:00
parent 4f4dc158d1
commit edf796a76d
+1 -1
View File
@@ -124,7 +124,7 @@ def get_date() -> str:
# Получение юникс даты
def get_unix(full=False) -> int:
def get_unix(full: bool = False) -> int:
if full:
return time.time_ns()
else: