From 6cec4833909adbaa41e35d2418548c870d928502 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Sat, 27 Jun 2026 17:08:59 +0200 Subject: [PATCH] slight change to the mongodb accesing --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 0a00d90..7ce7c23 100755 --- a/Web/app.py +++ b/Web/app.py @@ -8049,7 +8049,7 @@ def admin_audit_dashboard(): al.ensure_audit_indexes(db) verify_result = al.verify_audit_chain(db) - audit_rows = list(db['audit_log'].find(...).sort('chain_index', -1).limit(200)) + audit_rows = list(db['audit_log'].find({}).sort('chain_index', -1).limit(200)) # DEC_START: Decrypt the sensitive fields for display for row in audit_rows: