none 8 months ago
parent 2d364582fa
commit 817c713011

@ -24,7 +24,9 @@ while True:
with sidebar: with sidebar:
st.success(f"Ваш порт: {our_port}") st.success(f"Ваш порт: {our_port}")
ports = read()['ports'] conf = read()
if 'ports' in conf:
ports = conf['ports']
for i in ports: for i in ports:
st.warning(f"{i}") st.warning(f"{i}")

Loading…
Cancel
Save