mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-07-25 09:44:29 +00:00
Update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user