Skip to content

Commit

Permalink
Removed additional bz param
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminmah committed Oct 17, 2024
1 parent 621c547 commit 4ea76b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bugbot/rules/pending_sec_no_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ def get_bz_params(self, date):
"o1": "anywords",
"n1": "1",
"v1": ",".join(["unaffected", "affected"]),
"f5": self.status,
"o5": "changedafter",
"v5": "-5d",
}

return params
Expand Down

0 comments on commit 4ea76b4

Please sign in to comment.