mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-29 07:13:25 -07:00
WebHost: Correct WebHost tag
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user