Fix copy/paste typo
This commit is contained in:
parent
31d6235881
commit
b04f9af4c5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue