Skip to content

Commit

Permalink
Update Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdSt…
Browse files Browse the repository at this point in the history
…rikeFalcon.py

Co-authored-by: Yuval Cohen <[email protected]>
  • Loading branch information
zeekforit and yucohen authored Jan 12, 2024
1 parent e31347d commit 246c3f7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1293,10 +1293,7 @@ def get_ioarules(rule_ids: list[str]) -> dict:
:param rule_ids: IDs of the requested ioa rule.
:return: Response json of the get ioa rule entities endpoint (ioa rule objects)
"""
print("RuleID:")
print(rule_ids)

params = { 'ids': rule_ids }
params = {'ids': rule_ids}

return http_request(
'GET',
Expand Down

0 comments on commit 246c3f7

Please sign in to comment.