dpp/dlt: fix typo

This commit is contained in:
pedro 2024-11-27 00:21:41 +01:00 committed by Cayo Puigdefabregas
parent 367d3a7f87
commit 0e0ad400c2

View file

@ -14,7 +14,7 @@ class Command(BaseCommand):
def handle(self, *args, **kwargs):
api = settings.API_RESOLVER
if not api
if not api:
logger.error("you need set the var API_RESOLVER")
return