dpp/dlt: fix typo
This commit is contained in:
parent
f70c75a92f
commit
2793344684
|
@ -14,7 +14,7 @@ class Command(BaseCommand):
|
||||||
|
|
||||||
def handle(self, *args, **kwargs):
|
def handle(self, *args, **kwargs):
|
||||||
api = settings.API_RESOLVER
|
api = settings.API_RESOLVER
|
||||||
if not api
|
if not api:
|
||||||
logger.error("you need set the var API_RESOLVER")
|
logger.error("you need set the var API_RESOLVER")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue