(feat) remove compressing and cleaning from stop command

This commit is contained in:
cardosofede
2024-05-18 03:15:24 -04:00
parent 072ad3e241
commit 88faa089e4

View File

@@ -14,8 +14,6 @@ backend_api_client = BackendAPIClient.get_instance(host=BACKEND_API_HOST, port=B
def stop_bot(bot_name):
backend_api_client.stop_bot(bot_name)
backend_api_client.stop_container(bot_name)
backend_api_client.remove_container(bot_name)
def archive_bot(bot_name):