dpp/dlt: fix typo
This commit is contained in:
parent
45629db102
commit
c90ed58ea0
|
@ -18,7 +18,7 @@ class Command(BaseCommand):
|
|||
def handle(self, *args, **kwargs):
|
||||
domain = kwargs.get("domain")
|
||||
api = settings.API_RESOLVER
|
||||
if not api
|
||||
if not api:
|
||||
logger.error("you need set the var API_RESOLVER")
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue