mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-31 18:40:07 +03:00
Fix syntax error
This commit is contained in:
parent
619a84f583
commit
9873fb87a7
|
@ -18,8 +18,8 @@ class Command(BaseCommand):
|
|||
assert coreapi is not None, 'coreapi must be installed.'
|
||||
|
||||
generator_class = api_settings.DEFAULT_SCHEMA_GENERATOR_CLASS(
|
||||
url=options['url']
|
||||
title=options['title']
|
||||
url=options['url'],
|
||||
title=options['title'],
|
||||
description=options['description']
|
||||
)
|
||||
generator = generator_class()
|
||||
|
|
Loading…
Reference in New Issue
Block a user