add server password default to webhost

This commit is contained in:
Fabian Dill 2020-11-30 21:07:26 +01:00
parent 5128657349
commit 72a3930d18
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class DBCommandProcessor(ServerCommandProcessor):
class WebHostContext(Context):
def __init__(self):
super(WebHostContext, self).__init__("", 0, "", 1, 40, True, "enabled", "enabled", 0, 2)
super(WebHostContext, self).__init__("", 0, "", "", 1, 40, True, "enabled", "enabled", 0, 2)
self.main_loop = asyncio.get_running_loop()
self.video = {}
self.tags = ["Berserker", "WebHost"]