Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 15, 2023
2 parents 7c14e54 + 5ea4f55 commit 93f9f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muckrock/__init__.py
Expand Up @@ -228,7 +228,7 @@ def filter(
if agency_id:
assert isinstance(agency_id, int) or (
isinstance(agency_id, str) and agency_id.isdigit()
), "agency_id must be a string"
), "agency_id must be a integer"
params["agency"] = agency_id
datetime_submitted_choices = {
None: 1,
Expand Down

0 comments on commit 93f9f06

Please sign in to comment.