Refactored and documented Reticulum class

This commit is contained in:
Mark Qvist 2021-05-16 13:02:46 +02:00
parent b2eebd90ea
commit aa02931364
3 changed files with 19 additions and 4 deletions

View file

@ -1116,7 +1116,7 @@ class Transport:
return False
@staticmethod
def exitHandler():
def exit_handler():
RNS.log("Saving packet hashlist to storage...", RNS.LOG_VERBOSE)
try:
packet_hashlist_path = RNS.Reticulum.storagepath+"/packet_hashlist"