WebHost: List Rooms in a sortable table

This commit is contained in:
Fabian Dill
2020-07-21 23:15:19 +02:00
parent b7d45ae663
commit 78c85cce14
8 changed files with 52 additions and 17 deletions

View File

@@ -621,7 +621,7 @@ class CommandProcessor(metaclass=CommandMeta):
license = getattr(CommandProcessor, "license", None)
if not license:
with open(Utils.local_path("LICENSE")) as f:
CommandProcessor.license = license = f.read()
CommandProcessor.license = f.read()
self.output(CommandProcessor.license)
def default(self, raw: str):