This commit is contained in:
Gregory Salaun 2021-12-08 13:57:06 +01:00
parent 6f321e5a1f
commit 4c2ee97f34

View File

@ -84,5 +84,5 @@ with open(Config.PlexAutoCollectionConfigFilePath, 'r') as f:
except yaml.YAMLError as exc: except yaml.YAMLError as exc:
print(exc) print(exc)
for collection, movies in currentYaml.items(): for collection in currentYaml.items():
print(movies) print(collection.keys)