update
This commit is contained in:
parent
c3afbfa5ed
commit
4ddd123f51
@ -81,6 +81,9 @@ print(f":: {dt.now().strftime('%d-%m-%Y %H:%M:%S')} :: Checking Yaml File...")
|
|||||||
|
|
||||||
with open(Config.PlexAutoCollectionConfigFilePath, 'r') as f:
|
with open(Config.PlexAutoCollectionConfigFilePath, 'r') as f:
|
||||||
try:
|
try:
|
||||||
print(yaml.safe_load(f))
|
currentYaml = yaml.safe_load(f)
|
||||||
except yaml.YAMLError as exc:
|
except yaml.YAMLError as exc:
|
||||||
print(exc)
|
print(exc)
|
||||||
|
|
||||||
|
for collection in currentYaml.items():
|
||||||
|
print(collection)
|
Loading…
x
Reference in New Issue
Block a user