diff --git a/ui_components/exited_bot_card.py b/ui_components/exited_bot_card.py index fab377d..5b9f11d 100644 --- a/ui_components/exited_bot_card.py +++ b/ui_components/exited_bot_card.py @@ -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,