Creds sending done

This commit is contained in:
Fergal Moran
2022-04-11 23:03:11 +01:00
parent 81991a22b6
commit 195b48082c
22 changed files with 559 additions and 194 deletions

View File

@@ -18,6 +18,9 @@ class XTream:
_cache = Cache()
def __init__(self, server, username, password):
if not (server and username and password):
raise ValueError("XTream: must specify server, username and password")
self._server = server
self._username = username
self._password = password