mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Adds missing paren
This commit is contained in:
parent
c0ee2cef68
commit
1d293535b4
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class Command(BaseCommand):
|
|||
model registration. WARNING: buildwatson must be rerun if the filter \
|
||||
changes or the index will be incomplete."
|
||||
)
|
||||
parser.add_argument
|
||||
parser.add_argument(
|
||||
'--batch_size',
|
||||
action='store',
|
||||
default=100,
|
||||
|
|
|
|||
Loading…
Reference in a new issue