Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BitTheByte committed May 26, 2024
1 parent 2a3a91a commit 3e9ce6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitorizer/inventory/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def dashboard_callback(request, context):
"status", filter=Q(status=models.DomainScan.ScanStatus.PENDING)
),
)
.order_by("created_day")[:30]
}
top_seeds = {
group["seeds__value"]: group["count"]
Expand Down

0 comments on commit 3e9ce6d

Please sign in to comment.