This commit is contained in:
Cayo Puigdefabregas 2025-01-30 13:01:28 +01:00
parent c45f8ff530
commit 3b7fbaf99c

View file

@ -20,7 +20,7 @@ class Command(BaseCommand):
def handle(self, *args, **kwargs):
self._key = kwargs["key"]
self.p_port = kwargs["ip_port"]
self.ip_port = kwargs["ip_port"]
cache.set("KEY_DIDS", self._key, None)
if not DID.objects.exists():