редактирование ящика

This commit is contained in:
2025-12-09 09:16:01 +03:00
parent 307f970d28
commit a81dbae85e
9 changed files with 111 additions and 22 deletions
Binary file not shown.
+1 -1
View File
@@ -42,7 +42,7 @@ class ToolboxHandler:
return {}
try:
user_id = kwargs.pop("user_id", None)
editedToolbox = await toolbox.edit(**kwargs)
editedToolbox = await toolbox.edit(toolboxId, **kwargs)
except Exception as e:
logger.error(f"Ошибка обновления тулбокса: {str(e)}")
return {}