Skip to content

Commit

Permalink
fix(docs): typo in logbook example
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed Dec 7, 2023
1 parent 4a640d4 commit eed29bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/asm/get_host_risks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
logbook = Logbook()
hosts = HostsAssets()

cursor = logbook.get_cursor(filogbookters=["HOST_RISK"])
cursor = logbook.get_cursor(filters=["HOST_RISK"])
events = logbook.get_events(cursor)

for event in events:
Expand Down

0 comments on commit eed29bc

Please sign in to comment.