fix: typo error fix (#1228)

This commit is contained in:
magic.chen
2024-03-01 19:33:16 +08:00
committed by GitHub
parent 0e61c55e12
commit ed4df23e4e
25 changed files with 39 additions and 37 deletions

View File

@@ -133,8 +133,8 @@ class Config(metaclass=Singleton):
### Related configuration of built-in commands
self.command_registry = []
### Relate configuration of disply commands
self.command_disply = []
### Relate configuration of display commands
self.command_dispaly = []
disabled_command_categories = os.getenv("DISABLED_COMMAND_CATEGORIES")
if disabled_command_categories: