mirror of
https://github.com/fergalmoran/xtreamium.git
synced 2025-12-25 19:20:54 +00:00
Creds sending done
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user