update
This commit is contained in:
parent
6f321e5a1f
commit
4c2ee97f34
@ -84,5 +84,5 @@ with open(Config.PlexAutoCollectionConfigFilePath, 'r') as f:
|
||||
except yaml.YAMLError as exc:
|
||||
print(exc)
|
||||
|
||||
for collection, movies in currentYaml.items():
|
||||
print(movies)
|
||||
for collection in currentYaml.items():
|
||||
print(collection.keys)
|
Loading…
x
Reference in New Issue
Block a user