Merge branch 'daniel' of https://gitlab.psi.ch/samenv/seweb into daniel

This commit is contained in:
Daniel
2025-04-25 14:13:09 +02:00

View File

@ -137,7 +137,7 @@ class SecopInteractor(SecopClient):
command = command[7:]
elif command.startswith('do '):
is_param = False
command = command[7:]
command = command[3:]
modpar, _, strvalue = command.partition(' ')
module, _, parameter = modpar.partition(':')
if not parameter: