Fix syntax error

This commit is contained in:
Tom Christie 2018-10-03 13:58:33 +01:00
parent 619a84f583
commit 9873fb87a7

View File

@ -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()