Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: fetch frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
weliasz committed Oct 15, 2021
1 parent 8026248 commit 24f9621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_connect_for_snmp_poller/manager/poller_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def refresh_inventory(force_inventory_refresh):
return schedule.CancelJob


def parse_inventory_file(inventory_file_path, profiles, fetch_frequency):
def parse_inventory_file(inventory_file_path, profiles, fetch_frequency=True):
with open(inventory_file_path, newline="") as inventory_file:
for agent in csv.DictReader(inventory_file, delimiter=","):
if _should_process_current_line(agent):
Expand Down

0 comments on commit 24f9621

Please sign in to comment.