mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-22 07:41:23 -04:00
Fixed get fields method
This commit is contained in:
parent
754ae969e1
commit
6ed16916d6
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class LXMessage:
|
||||||
raise ValueError("LXMessage property \"fields\" can only be dict or None")
|
raise ValueError("LXMessage property \"fields\" can only be dict or None")
|
||||||
|
|
||||||
def get_fields(self):
|
def get_fields(self):
|
||||||
return self.__fields
|
return self.fields
|
||||||
|
|
||||||
def set_destination(self, destination):
|
def set_destination(self, destination):
|
||||||
if self.destination == None:
|
if self.destination == None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue