Update collectarr.py

This commit is contained in:
RiffSphere
2021-08-07 21:11:51 +02:00
committed by GitHub
parent e7c7b317cc
commit 79d0cc4c83

View File

@@ -65,6 +65,7 @@ def config():
tmdbapiKey
# Load configuration
print(config_path+"collectarr.conf")
parser = configparser.ConfigParser()
parser.read(config_path+"collectarr.conf")