From 60ab359dc551e30ed3baed5c3033adc2a377970d Mon Sep 17 00:00:00 2001 From: Domisiding Date: Wed, 12 Apr 2023 17:39:48 +0200 Subject: [PATCH] revert config naming --- 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 3188d07..f07a3d9 100755 --- a/netbox_zabbix_sync.py +++ b/netbox_zabbix_sync.py @@ -9,7 +9,7 @@ from pyzabbix import ZabbixAPI, ZabbixAPIException try: from config import * except ModuleNotFoundError: - print(f"Configuration file config.py.example not found in main directory." + print(f"Configuration file config.py not found in main directory." "Please create the file or rename the config.py.example file to config.py.") sys.exit(0)