upgraded user gui

This commit is contained in:
Adolfo Gómez García 2021-02-05 10:59:23 +01:00
parent cea271a2ce
commit 0b8a9444d1
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -46,6 +46,8 @@ logger = logging.getLogger(__name__)
READY_CACHE_TIMEOUT = 30
class BaseNXTransport(transports.Transport):
_listenPort: str = ''
def isAvailableFor(self, userService: 'models.UserService', ip: str) -> bool:
"""
Checks if the transport is available for the requested destination ip