From b04f9af4c5232101fc028fad4249cbf38ac89515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Thu, 5 Jul 2018 19:54:25 +0200 Subject: [PATCH] Fix copy/paste typo --- gajim/common/modules/user_location.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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