Increase security and reformat
This commit is contained in:
@@ -85,7 +85,9 @@ class Command(BaseCommand):
|
||||
compared = shadow_compare_session(session, detail_limit=detail_limit)
|
||||
aggregate["sessions_scanned"] += 1
|
||||
aggregate["db_message_count"] += int(compared.get("db_message_count") or 0)
|
||||
aggregate["projected_message_count"] += int(compared.get("projected_message_count") or 0)
|
||||
aggregate["projected_message_count"] += int(
|
||||
compared.get("projected_message_count") or 0
|
||||
)
|
||||
aggregate["mismatch_total"] += int(compared.get("mismatch_total") or 0)
|
||||
for key in aggregate["counters"].keys():
|
||||
aggregate["counters"][key] += int(
|
||||
|
||||
Reference in New Issue
Block a user