master
Simon 2 years ago
parent 89376ded87
commit 4774f98f4f

@ -102,7 +102,7 @@ class FD_API(ServiceBase):
def getoptions(ctx,dmrid,key): def getoptions(ctx,dmrid,key):
system = ctx.udc.validateKey(int(dmrid),key) system = ctx.udc.validateKey(int(dmrid),key)
if system: if system:
return ctx.udc.getoptions(system,options) return ctx.udc.getoptions(system)
else: else:
raise error.InvalidCredentialsError() raise error.InvalidCredentialsError()

Loading…
Cancel
Save

Powered by TurnKey Linux.