Update collectarr.py

Updated config path to work with docker.
This commit is contained in:
RiffSphere
2021-07-29 18:10:12 +02:00
committed by GitHub
parent 434b35038b
commit 173a93b5df

View File

@@ -3,7 +3,7 @@ import json
import configparser
parser = configparser.ConfigParser()
parser.read("collectarr.conf")
parser.read("/config/collectarr.conf")
host=parser.get("config","host")
port=parser.get("config","port")