dpp/dlt: fix typo

This commit is contained in:
pedro 2024-11-27 00:15:16 +01:00 committed by Cayo Puigdefabregas
parent 45629db102
commit c90ed58ea0

View file

@ -18,7 +18,7 @@ class Command(BaseCommand):
def handle(self, *args, **kwargs): def handle(self, *args, **kwargs):
domain = kwargs.get("domain") domain = kwargs.get("domain")
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