mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-01 10:43:35 -07:00
Added signal handler and interface detachment oon exit.
This commit is contained in:
@@ -11,4 +11,7 @@ class Interface:
|
||||
pass
|
||||
|
||||
def get_hash(self):
|
||||
return RNS.Identity.full_hash(str(self).encode("utf-8"))
|
||||
return RNS.Identity.full_hash(str(self).encode("utf-8"))
|
||||
|
||||
def detach(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user