- fix typo
[plcapi.git] / PLC / Methods / SliceListUserSlices.py
index 43aface..47c9027 100644 (file)
@@ -31,7 +31,7 @@ class SliceListUserSlices(GetSlices, GetPersons):
 
     def call(self, auth, email):
 
-       persons = GetPersons(self, auth, [email])
+       persons = GetPersons.call(self, auth, [email])
        if not persons:
                return []
        person = persons[0]