Fix jobs ?
Build, push image, and notify Watchtower / build-image (push) Successful in 36s
Build, push image, and notify Watchtower / notify (push) Successful in 15s

This commit is contained in:
2026-08-23 09:30:31 +02:00
parent 0d394eca1e
commit e67a13b4c8
+1 -1
View File
@@ -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"]