mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-26 15:30:18 +00:00
Compare commits
2 Commits
778d6105c1
...
fddf36a920
Author | SHA1 | Date | |
---|---|---|---|
|
fddf36a920 | ||
|
4f561a8c0c |
@ -2238,7 +2238,10 @@ class Transport:
|
||||
pass
|
||||
|
||||
for interface in detachable_interfaces:
|
||||
try:
|
||||
interface.detach()
|
||||
except Exception as e:
|
||||
RNS.log("An error occurred while detaching "+str(interface)+". The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
|
||||
@staticmethod
|
||||
def shared_connection_disappeared():
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user