Updated RNS API call.

This commit is contained in:
Mark Qvist 2021-09-02 20:37:14 +02:00
parent a1bdcdf7f1
commit aa36f0ef6d

View File

@ -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: