mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
Removed default None for hg_format making a hostgroup format input required.
This commit is contained in:
parent
1de0b0781b
commit
a522c98929
@ -106,7 +106,7 @@ class Hostgroup:
|
||||
"region": {"flag": nested_region_flag, "data": nb_regions},
|
||||
}
|
||||
|
||||
def generate(self, hg_format=None):
|
||||
def generate(self, hg_format):
|
||||
"""Generate hostgroup based on a provided format"""
|
||||
# Split all given names
|
||||
hg_output = []
|
||||
|
Loading…
Reference in New Issue
Block a user