add debug logging

This commit is contained in:
Max Nuding 2025-05-20 18:59:17 +02:00
parent 4ceeba7f4b
commit 5d009163f0
Signed by: phlaym
SSH Key Fingerprint: SHA256:mionmF+5trOUI1AxqzAU1ZK3tv6IiDcdKGXcMWwa1nQ

View File

@ -521,6 +521,7 @@ class APnutI
return []; return [];
} }
$polls = []; $polls = [];
$this->logger->debug('Parsing ' . count($response) . 'results');
foreach ($response as $post) { foreach ($response as $post) {
if (!empty($post['raw'])) { if (!empty($post['raw'])) {
foreach ($post['raw'] as $raw) { foreach ($post['raw'] as $raw) {