mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-28 10:32:09 -04:00
Updated RNS API call.
This commit is contained in:
parent
a1bdcdf7f1
commit
aa36f0ef6d
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ class LXMessage:
|
|||
|
||||
|
||||
def __update_transfer_progress(self, resource):
|
||||
self.progress = resource.progress()
|
||||
self.progress = resource.get_progress()
|
||||
|
||||
def __as_packet(self):
|
||||
if not self.packed:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue