Skip to content
Snippets Groups Projects
Commit ef5645fc authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Basic implementation of protected streams

parent dd989ca5
Branches
No related tags found
No related merge requests found
......@@ -389,6 +389,7 @@ class StreamList():
"""
for stream in config["stream"]:
assert(type(stream), dict)
self.logger.debug("Stream of type \"{}\" was {}".format(type(stream), stream))
# Parse the values from the configs
name = none_if_no_key_value_otherwise(stream, key="name")
password = none_if_no_key_value_otherwise(stream, key="password")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment