diff --git a/github/GithubObject.py b/github/GithubObject.py index f9f5b949..fd9138c3 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -25,7 +25,7 @@ NotSet = _NotSetType() class BasicGithubObject(object): - def __init__(self, requester, attributes): + def __init__(self, requester, attributes, completed): self._requester = requester self._initAttributes() self._useAttributes(attributes)