Open Breaking changes

This commit is contained in:
Fabian Dill
2020-10-18 23:07:48 +02:00
parent 2ae5f316dc
commit 94dafa3c55
4 changed files with 7 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ class WebHostContext(Context):
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"]
self.tags = ["AP", "WebHost"]
def listen_to_db_commands(self):
cmdprocessor = DBCommandProcessor(self)