Skip to content

Commit

Permalink
Merge pull request #34 from CybercentreCanada/error_endpoint_query
Browse files Browse the repository at this point in the history
Error endpoint uses query instead of q
  • Loading branch information
gdesmar authored May 15, 2023
2 parents 39c005e + a790b46 commit 0824964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblyline_client/v4_client/module/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def list(self, query=None, offset=0, rows=10, sort=None, use_archive=False, trac
"""
kw = {
'offset': offset,
'q': query,
'query': query,
'rows': rows,
'sort': sort
}
Expand Down

0 comments on commit 0824964

Please sign in to comment.