fix system.listMethods call
[plcapi.git] / PLC / Methods / system / listMethods.py
index c8cfa37..fe5a9a3 100644 (file)
@@ -17,4 +17,4 @@ class listMethods(Method):
         self.name = "system.listMethods"
 
     def call(self):
-        return self.api.methods
+        return self.api.all_methods