WebHost: Correct WebHost tag
This commit is contained in:
parent
cdee9e5a3a
commit
963bb7998c
|
@ -45,7 +45,7 @@ class WebHostContext(Context):
|
|||
super(WebHostContext, self).__init__("", 0, "", 1, 40, True, "enabled", "enabled", 0)
|
||||
self.main_loop = asyncio.get_running_loop()
|
||||
self.video = {}
|
||||
self.tags = ["Berserker", "WebHostLib"]
|
||||
self.tags = ["Berserker", "WebHost"]
|
||||
|
||||
def listen_to_db_commands(self):
|
||||
cmdprocessor = DBCommandProcessor(self)
|
||||
|
|
Loading…
Reference in New Issue