mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-06 06:54:25 +01:00
(feat) remove experimental rerun
This commit is contained in:
@@ -17,7 +17,6 @@ class ExitedBotCard(Dashboard.Item):
|
||||
def remove_container(bot_name):
|
||||
DockerManager().remove_container(bot_name)
|
||||
os_utils.remove_directory(f"./hummingbot_files/bot_configs/{bot_name}")
|
||||
st.experimental_rerun()
|
||||
|
||||
def __call__(self, bot_name: str):
|
||||
with mui.Card(key=self._key,
|
||||
|
||||
Reference in New Issue
Block a user