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: