From edf796a76d36bebaade2407f04f8fe5083f205dc Mon Sep 17 00:00:00 2001 From: Djimbo Date: Sat, 3 Dec 2022 11:55:24 +0300 Subject: [PATCH] Update --- tgbot/utils/const_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgbot/utils/const_functions.py b/tgbot/utils/const_functions.py index 589e7a3..d7dccd5 100644 --- a/tgbot/utils/const_functions.py +++ b/tgbot/utils/const_functions.py @@ -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: