From d39f433738e341e4008f35a3a5705db7890f6cce Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Tue, 28 Jan 2025 11:09:08 +1100 Subject: [PATCH] fix: Add debugging to simple batches --- plugins/batching.py | 1 + 1 file changed, 1 insertion(+) 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 {