diff --git a/core/scripts/telegrambot/utils/deleteuser.py b/core/scripts/telegrambot/utils/deleteuser.py index 8fd2c76..327e2ff 100644 --- a/core/scripts/telegrambot/utils/deleteuser.py +++ b/core/scripts/telegrambot/utils/deleteuser.py @@ -20,6 +20,6 @@ def delete_user(message): def process_delete_user(message): username = message.text.strip().lower() - command = f"python3 {CLI_PATH} remove-user -u {username}" + command = f"python3 {CLI_PATH} remove-user {username}" result = run_cli_command(command) bot.reply_to(message, result) \ No newline at end of file