docstring update

This commit is contained in:
Blacktwin 2019-03-18 21:08:03 -04:00
parent 599d9970ea
commit d90d052696

View File

@ -353,11 +353,11 @@ def sync_watch_status(watched, section, accountTo, userTo):
Parameters Parameters
---------- ----------
watched: list watched: list
List of watched items either from Tautulli or Plex
section: class section: class
Section class of sync from server Section class of sync from server
userTo: str userTo: str
User's server class of sync to user User's server class of sync to user
""" """
print('Marking watched...') print('Marking watched...')
sectionTo = accountTo.library.section(section) sectionTo = accountTo.library.section(section)