mirror of
https://github.com/markqvist/LXMF.git
synced 2024-10-01 01:35:36 -04:00
Fixed get fields method
This commit is contained in:
parent
754ae969e1
commit
6ed16916d6
@ -168,7 +168,7 @@ class LXMessage:
|
||||
raise ValueError("LXMessage property \"fields\" can only be dict or None")
|
||||
|
||||
def get_fields(self):
|
||||
return self.__fields
|
||||
return self.fields
|
||||
|
||||
def set_destination(self, destination):
|
||||
if self.destination == None:
|
||||
|
Loading…
Reference in New Issue
Block a user