Browse Source

fix a spelling error.

tags/v1.0.0
maning202007 5 years ago
parent
commit
300cf8d6d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindinsight/scripts/start.py

+ 1
- 1
mindinsight/scripts/start.py View File

@@ -238,7 +238,7 @@ class Command(BaseCommand):
default=False,
help="""
Enable debugger or not.
Dfault is False.""")
Default is False.""")
for hook in HookUtils.instance().hooks():
hook.register_startup_arguments(parser)



Loading…
Cancel
Save