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

Commit 4602304

Browse files
authored
fix: fetch frequency (#152)
1 parent 8026248 commit 4602304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunk_connect_for_snmp_poller/manager/poller_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def refresh_inventory(force_inventory_refresh):
6666
return schedule.CancelJob
6767

6868

69-
def parse_inventory_file(inventory_file_path, profiles, fetch_frequency):
69+
def parse_inventory_file(inventory_file_path, profiles, fetch_frequency=True):
7070
with open(inventory_file_path, newline="") as inventory_file:
7171
for agent in csv.DictReader(inventory_file, delimiter=","):
7272
if _should_process_current_line(agent):

0 commit comments

Comments
 (0)