From e67a13b4c8ee03fcd238250e9a6cdc20d2c96e6d Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sun, 23 Aug 2026 09:30:31 +0200 Subject: [PATCH] Fix jobs ? --- cloud/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/jobs.py b/cloud/jobs.py index d8bc1ad..f42ebf7 100644 --- a/cloud/jobs.py +++ b/cloud/jobs.py @@ -35,7 +35,7 @@ def job_client_ip_audit(shodan_auditor, db): }} ] - recent_clients = list(db.device_ip_collection.aggregate(pipeline)) + recent_clients = list(db.device_ips.aggregate(pipeline)) for entry in recent_clients: client_ip = entry["_id"]