mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-22 20:12:04 -06:00
revert config naming
This commit is contained in:
parent
a4386e2335
commit
60ab359dc5
@ -9,7 +9,7 @@ from pyzabbix import ZabbixAPI, ZabbixAPIException
|
|||||||
try:
|
try:
|
||||||
from config import *
|
from config import *
|
||||||
except ModuleNotFoundError:
|
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.")
|
"Please create the file or rename the config.py.example file to config.py.")
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user