Updated debug logging for sanitising user data

This commit is contained in:
Abby Gourlay 2020-03-08 16:29:15 +00:00
parent 298c8b6f25
commit 36cd765c21
4 changed files with 28 additions and 5 deletions

View file

@ -173,6 +173,7 @@ class ConnectionManager(object):
return { 'State': CONNECTION_STATE['Unavailable'] }
def connect(self, options={}):
LOG.info("Begin connect")
servers = self.get_available_servers()
@ -207,7 +208,6 @@ class ConnectionManager(object):
return self.client.jellyfin.get_public_users()
def _server_discovery(self):
MULTI_GROUP = ("<broadcast>", 7359)
MESSAGE = b"who is JellyfinServer?"