mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2025-12-21 23:44:19 +01:00
(feat) remove compressing and cleaning from stop command
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user