Update collectarr.py

This commit is contained in:
RiffSphere
2021-08-07 19:10:26 +02:00
committed by GitHub
parent 846b74c94d
commit ebb844c04a

View File

@@ -59,7 +59,7 @@ def config():
movielistnameaddon, actorlistnameaddon, dryrun, \
tmdbapiKey
print(onfig_path+"collectarr.conf")
print(config_path+"collectarr.conf")
# Load configuration
parser = configparser.ConfigParser()
parser.read(config_path+"collectarr.conf")