From cb3cd5523813fc95a59a39953fbdaa07e8a322a9 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Mon, 31 Jul 2023 12:47:24 +0200 Subject: [PATCH] (fix) change method --- pages/bot_orchestration/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bot_orchestration/app.py b/pages/bot_orchestration/app.py index 6f5a612..6bbd942 100644 --- a/pages/bot_orchestration/app.py +++ b/pages/bot_orchestration/app.py @@ -30,7 +30,7 @@ def manage_broker_container(): with st.spinner('Stopping hummingbot broker... You are not going to be able to manage bots anymore.'): time.sleep(5) else: - docker_manager.start_container("hummingbot-broker") + docker_manager.create_broker() with st.spinner('Starting hummingbot broker... This process may take a few seconds'): time.sleep(30)