diff --git a/gajim/common/modules/user_location.py b/gajim/common/modules/user_location.py index 803174c1c..e4ded1713 100644 --- a/gajim/common/modules/user_location.py +++ b/gajim/common/modules/user_location.py @@ -30,8 +30,8 @@ class UserLocationData(AbstractPEPData): type_ = PEPEventType.LOCATION - def __init__(self, mood): - self._pep_specific_data = mood + def __init__(self, location): + self._pep_specific_data = location def asMarkupText(self): location = self._pep_specific_data