Fix copy/paste typo

This commit is contained in:
Philipp Hörist 2018-07-05 19:54:25 +02:00
parent 31d6235881
commit b04f9af4c5
1 changed files with 2 additions and 2 deletions

View File

@ -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