Fix AttributeError
This commit is contained in:
parent
9bab18367c
commit
59dc295dc8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def sync_from_pms():
|
||||||
# Section has been deleted on the PMS
|
# Section has been deleted on the PMS
|
||||||
delete_sections(old_sections)
|
delete_sections(old_sections)
|
||||||
# update sections for all:
|
# update sections for all:
|
||||||
with plexdb.PlexDB() as plexdb:
|
with PlexDB() as plexdb:
|
||||||
SECTIONS = list(plexdb.section_infos())
|
SECTIONS = list(plexdb.section_infos())
|
||||||
utils.window('Plex.nodes.total', str(totalnodes))
|
utils.window('Plex.nodes.total', str(totalnodes))
|
||||||
LOG.info("Finished processing library sections: %s", SECTIONS)
|
LOG.info("Finished processing library sections: %s", SECTIONS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue