fixes for select_instrument
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user