fix: Add debugging to simple batches
All checks were successful
Build Docker / Build Image (push) Successful in 41s

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:
batch.append([batchType, domain])
print(batch)
response = sendBatch(batch, authentication)
if 'error' in response:
return {