hummingbot / dashboard

Application that helps you create, backtest, deploy, and manage Hummingbot instances
Apache License 2.0
175 stars 115 forks source link

fix/replaced dict keys with list #96

Closed erv4gen closed 10 months ago

erv4gen commented 11 months ago

Due to the Runtime error in line 70 and 56, replaced .keys() with list() in the for loop

    for bot in st.session_state.active_bots.keys():
RuntimeError: dictionary changed size during iteration 
cardosofede commented 10 months ago

@david-hummingbot @nikspz @rapcmia can we test this behavior? at first sight makes sense