Update settings.py

fixed syntax error
This commit is contained in:
Bjoern 2020-07-31 11:12:24 +02:00 committed by GitHub
parent fb593df204
commit 2bd51a61f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ DEFAULTS = {
'NUM_PROXIES': None, 'NUM_PROXIES': None,
# Custom template engine NAME # Custom template engine NAME
'DEFAULT_TEMPLATE_ENGINE': None 'DEFAULT_TEMPLATE_ENGINE': None,
# Pagination # Pagination
'PAGE_SIZE': None, 'PAGE_SIZE': None,