Update main.py

This commit is contained in:
Alexandr Bogomyakov
2023-10-31 04:52:20 +02:00
committed by GitHub
parent d4071c2c9b
commit 9bf166efbe

View File

@ -10,7 +10,7 @@ from lib import Server
logging.getLogger('werkzeug').setLevel(logging.ERROR)
CFG_PATH = '/usr/local/etc/outfleet'
CFG_PATH = '/usr/local/etc/outfleet/config.yaml'
logging.basicConfig(
level=logging.INFO,