mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-22 12:06:56 -06:00
revert config naming
This commit is contained in:
parent
a4386e2335
commit
60ab359dc5
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user