fixes for select_instrument

This commit is contained in:
2025-04-25 09:00:47 +02:00
parent ea21d4e138
commit 74e1a84253
3 changed files with 6 additions and 4 deletions

View File

@ -297,7 +297,7 @@ def replace_by_empty(file):
@app.route('/')
def default():
if not any(flask.request.values.get(k) for k in ('instrument', 'server', 'device')):
if not any(flask.request.values.get(k) for k in ('instrument', 'stream', 'device')):
if not server.single_instrument:
return select_experiment()
return general_file('SEAWebClient.html')