mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-09 23:13:23 -04:00
Refactored and documented Reticulum class
This commit is contained in:
parent
b2eebd90ea
commit
aa02931364
3 changed files with 19 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue