send instrument='n_a' if not available

instead of null

+ remove another debugging print statement
This commit is contained in:
2025-04-30 14:48:01 +02:00
parent b0761d9be9
commit d6ad08025b
2 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,6 @@ class SecopInteractor(SecopClient):
component['info'] = info
component['name'] = f'{name}:value'
component['title'] = name
print(component)
components.append(component)
self.param_updates.add('value')
self.param_updates.add('status')