diff --git a/srv_interface.py b/srv_interface.py index 7fafc57..42e8550 100644 --- a/srv_interface.py +++ b/srv_interface.py @@ -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