mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-23 06:51:08 -04:00
Improved status display for I2P interfaces
This commit is contained in:
parent
3af5a8f3ed
commit
a6dbc53209
2 changed files with 3 additions and 2 deletions
|
@ -562,7 +562,8 @@ class I2PInterfacePeer(Interface):
|
|||
self.IN = False
|
||||
|
||||
if hasattr(self, "parent_interface") and self.parent_interface != None:
|
||||
self.parent_interface.clients -= 1
|
||||
if self.parent_interface.clients > 0:
|
||||
self.parent_interface.clients -= 1
|
||||
|
||||
if self in RNS.Transport.interfaces:
|
||||
if not self.initiator:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue