mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-01-19 01:18:48 +00:00
fix
This commit is contained in:
parent
2d364582fa
commit
817c713011
@ -24,9 +24,11 @@ while True:
|
||||
with sidebar:
|
||||
st.success(f"Ваш порт: {our_port}")
|
||||
|
||||
ports = read()['ports']
|
||||
for i in ports:
|
||||
st.warning(f"{i}")
|
||||
conf = read()
|
||||
if 'ports' in conf:
|
||||
ports = conf['ports']
|
||||
for i in ports:
|
||||
st.warning(f"{i}")
|
||||
|
||||
with main:
|
||||
# Получаем все сайты
|
||||
|
Loading…
Reference in New Issue
Block a user