Fix copy/paste typo
This commit is contained in:
parent
31d6235881
commit
b04f9af4c5
|
@ -30,8 +30,8 @@ class UserLocationData(AbstractPEPData):
|
||||||
|
|
||||||
type_ = PEPEventType.LOCATION
|
type_ = PEPEventType.LOCATION
|
||||||
|
|
||||||
def __init__(self, mood):
|
def __init__(self, location):
|
||||||
self._pep_specific_data = mood
|
self._pep_specific_data = location
|
||||||
|
|
||||||
def asMarkupText(self):
|
def asMarkupText(self):
|
||||||
location = self._pep_specific_data
|
location = self._pep_specific_data
|
||||||
|
|
Loading…
Reference in New Issue