(feat) increase the sleep time

This commit is contained in:
cardosofede
2024-06-12 19:28:59 +02:00
parent 00f9163c15
commit f797057f5f

View File

@@ -71,5 +71,5 @@ with elements("active_instances_board"):
card(bot)
while True:
time.sleep(5)
time.sleep(10)
st.rerun()