fix: Add debugging to simple batches

This commit is contained in:
2025-01-28 11:09:08 +11:00
parent 2b6447fd12
commit d39f433738

View File

@@ -331,6 +331,7 @@ def simple(batchType,params, authentication):
for domain in domains: for domain in domains:
batch.append([batchType, domain]) batch.append([batchType, domain])
print(batch)
response = sendBatch(batch, authentication) response = sendBatch(batch, authentication)
if 'error' in response: if 'error' in response:
return { return {