diff --git a/classes.py b/classes.py index 8fd300d..06df1f1 100644 --- a/classes.py +++ b/classes.py @@ -1409,7 +1409,7 @@ class Protocol(): return real_args - def hasCap(capab): + def hasCap(self, capab): """ Returns whether this protocol module instance has the requested capability. """