mirror of
https://github.com/Justuser3310/jetwork.git
synced 2026-06-11 21:01:01 +00:00
up
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user