mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-12-13 03:49:37 -06:00
More linting fixes
This commit is contained in:
parent
c27505b927
commit
37774cfec3
@ -468,7 +468,7 @@ class PhysicalDevice:
|
|||||||
# Includes proxy group fix since Zabbix <= 6 should ignore this
|
# Includes proxy group fix since Zabbix <= 6 should ignore this
|
||||||
proxy_types = ["proxy"]
|
proxy_types = ["proxy"]
|
||||||
proxy_name = None
|
proxy_name = None
|
||||||
|
|
||||||
if self.zabbix.version >= 7.0:
|
if self.zabbix.version >= 7.0:
|
||||||
# Only insert groups in front of list for Zabbix7
|
# Only insert groups in front of list for Zabbix7
|
||||||
proxy_types.insert(0, "proxy_group")
|
proxy_types.insert(0, "proxy_group")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user