mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
corrected typo
This commit is contained in:
parent
753633e7d2
commit
2a3d586302
@ -135,7 +135,7 @@ class PhysicalDevice:
|
||||
self.hostgroups = [hg.generate(f) for f in hg_format]
|
||||
else:
|
||||
self.hostgroups.append(hg.generate(hg_format))
|
||||
# Remove dyuplicates and None values
|
||||
# Remove duplicates and None values
|
||||
self.hostgroups = list(filter(None, list(set(self.hostgroups))))
|
||||
if self.hostgroups:
|
||||
self.logger.debug(f"Host {self.name}: Should be member "
|
||||
|
Loading…
Reference in New Issue
Block a user