mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 13:10:29 +00:00
fix: typo error fix (#1228)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user