revert config naming

This commit is contained in:
Domisiding 2023-04-12 17:39:48 +02:00
parent a4386e2335
commit 60ab359dc5

View File

@ -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)