From 4774f98f4f74d9760d99680068ac0bf1a5cb0e27 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 22 Dec 2023 10:43:39 +0000 Subject: [PATCH] typo --- API.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.py b/API.py index a95e1c5..cc61f4a 100644 --- a/API.py +++ b/API.py @@ -102,7 +102,7 @@ class FD_API(ServiceBase): def getoptions(ctx,dmrid,key): system = ctx.udc.validateKey(int(dmrid),key) if system: - return ctx.udc.getoptions(system,options) + return ctx.udc.getoptions(system) else: raise error.InvalidCredentialsError()