mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-01-18 08:58:48 +00:00
up
This commit is contained in:
parent
311cde3b15
commit
b9aaef110f
@ -62,7 +62,7 @@ def update_sites(n, s_val):
|
||||
res = []
|
||||
for i in next(walk('cached/'), (None, None, []))[1]:
|
||||
conf = read(f'cached/{i}/config.json')
|
||||
res.append(html.Div([ dcc.Link(children=i, href=f'{domain}/{i}',
|
||||
res.append(html.Div([ dcc.Link(children=i, href=f'http://{i}',
|
||||
target='_blank') ], className='sites_elem'))
|
||||
return res
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user