fix bad prefix in frappy_main setup
This commit is contained in:
@ -6,6 +6,6 @@ devices = {
|
||||
'se_main':
|
||||
device('nicos_sinq.frappy_sinq.devices.FrappyNode',
|
||||
description='main SEC node', unit='', async_only=True,
|
||||
prefix=environ.get('SE_PREFIX', '_se'), auto_create=True, service='main',
|
||||
prefix=environ.get('SE_PREFIX', 'se_'), auto_create=True, service='main',
|
||||
),
|
||||
}
|
||||
|
Reference in New Issue
Block a user