From cefe6989a7b88392bb5c09fc9c1b4af77852d86b Mon Sep 17 00:00:00 2001 From: cardosofede Date: Wed, 2 Aug 2023 00:47:38 +0200 Subject: [PATCH] (feat) remove experimental rerun --- ui_components/exited_bot_card.py | 1 - 1 file changed, 1 deletion(-) 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,