(feat) remove experimental rerun

This commit is contained in:
cardosofede
2023-08-02 00:47:38 +02:00
parent 3b532e5ae9
commit cefe6989a7

View File

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