diff --git a/plugins/batching.py b/plugins/batching.py index fa944c7..309fdd5 100644 --- a/plugins/batching.py +++ b/plugins/batching.py @@ -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 {