mirror of
https://github.com/RiffSphere/Collectarr.git
synced 2025-12-21 04:49:41 -06:00
Update collectarr.py
Updated config path to work with docker.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user