From d598a9739a91af76c37cf0b48bb136ec4ed61503 Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Wed, 30 Oct 2024 13:51:30 +0100 Subject: [PATCH] Fixed whitespace --- netbox_zabbix_sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox_zabbix_sync.py b/netbox_zabbix_sync.py index 8b73437..9431525 100755 --- a/netbox_zabbix_sync.py +++ b/netbox_zabbix_sync.py @@ -189,13 +189,13 @@ def main(arguments): # Check if device is primary or secondary if device.promoteMasterDevice(): e = (f"Device {device.name}: is " - f"part of cluster and primary.") + f"part of cluster and primary.") logger.info(e) else: # Device is secondary in cluster. # Don't continue with this device. e = (f"Device {device.name}: is part of cluster " - f"but not primary. Skipping this host...") + f"but not primary. Skipping this host...") logger.info(e) continue # Checks if device is in cleanup state