This commit is contained in:
2022-01-21 09:46:31 +00:00
parent 51c7f77bdc
commit e3b19277cb

View File

@@ -6,7 +6,7 @@ import yaml
from typing import List from typing import List
from onlyone import namedpipes from onlyone import namedpipes
DEFAULT_CONFIG_PATH = "/etc/config.yaml" DEFAULT_CONFIG_PATH = "/etc/onlyone/config.yaml"
log = logging.getLogger(__name__) log = logging.getLogger(__name__)