fix: Add debugging to simple batches
All checks were successful
Build Docker / Build Image (push) Successful in 41s
All checks were successful
Build Docker / Build Image (push) Successful in 41s
This commit is contained in:
parent
2b6447fd12
commit
d39f433738
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user