mirror of
https://github.com/markqvist/LXMF.git
synced 2025-06-08 06:22:49 -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):
|
def __update_transfer_progress(self, resource):
|
||||||
self.progress = resource.progress()
|
self.progress = resource.get_progress()
|
||||||
|
|
||||||
def __as_packet(self):
|
def __as_packet(self):
|
||||||
if not self.packed:
|
if not self.packed:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue