mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
WebHost: List Rooms in a sortable table
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user