DPP/DLT functionality #36

Merged
pedro merged 68 commits from dpp into main 2024-12-11 15:15:14 +00:00
Showing only changes of commit 83719edc8e - Show all commits

View file

@ -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