Merge branch 'develop' into pr/eatrisno/4308

This commit is contained in:
Matthias
2021-06-17 19:46:15 +02:00
17 changed files with 135 additions and 50 deletions

View File

@@ -60,7 +60,7 @@ def authorized_only(command_handler: Callable[..., None]) -> Callable[..., Any]:
)
return wrapper
logger.info(
logger.debug(
'Executing handler: %s for chat_id: %s',
command_handler.__name__,
chat_id