From 3209e7077c68618ced60cf77a7f4211262f590d9 Mon Sep 17 00:00:00 2001 From: Wouter de Bruijn Date: Thu, 12 Feb 2026 15:25:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removed=20saving=20of=20None=20r?= =?UTF-8?q?eturn=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netbox_zabbix_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_zabbix_sync.py b/netbox_zabbix_sync.py index 51b6751..89d2677 100755 --- a/netbox_zabbix_sync.py +++ b/netbox_zabbix_sync.py @@ -3,4 +3,4 @@ from netbox_zabbix_sync.modules.cli import parse_cli if __name__ == "__main__": - args = parse_cli() + parse_cli()