Packet hashlist save to disk

This commit is contained in:
Mark Qvist 2018-04-24 18:01:52 +02:00
parent eed78798f2
commit 0c49ca8458
3 changed files with 22 additions and 1 deletions

View file

@ -53,6 +53,7 @@ class Reticulum:
RNS.Transport.start()
atexit.register(RNS.Transport.exitHandler)
atexit.register(RNS.Identity.exitHandler)
def applyConfig(self):