WebHost: Correct WebHost tag

This commit is contained in:
Berserker66 2020-07-11 17:44:52 +02:00
parent cdee9e5a3a
commit 963bb7998c
1 changed files with 1 additions and 1 deletions

View File

@ -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)