mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-04 14:04:26 +01:00
(fix) change method
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user