(fix) change method

This commit is contained in:
cardosofede
2023-07-31 12:47:24 +02:00
parent 4b441c4ac1
commit cb3cd55238

View File

@@ -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)