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

Basic steps to add functionality for protected streams

parent ca3ce2aa
Branches
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ app.logger.info("{} is ready to take requests: {}".format(APPLICATION_NAME, HOST
# Create a streamlist
streamlist = StreamList(app.logger).set_max_streams(config["application"]["max_streams"])\
.set_password_protection_period(config["application"]["password_protection_period"])\
.add_from_config(config["stream"])
.add_from_config(config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment