From dd73bbbd06bbd35f5f2c9b45421bee889b70bc48 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 30 Mar 2009 16:27:47 +0000 Subject: [PATCH] fix system.listMethods call --- PLC/Methods/system/listMethods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/system/listMethods.py b/PLC/Methods/system/listMethods.py index c8cfa37a..fe5a9a3c 100644 --- a/PLC/Methods/system/listMethods.py +++ b/PLC/Methods/system/listMethods.py @@ -17,4 +17,4 @@ class listMethods(Method): self.name = "system.listMethods" def call(self): - return self.api.methods + return self.api.all_methods -- 2.47.0