From d90d0526964a6d503b78c7b8d8e59c7c81a83f58 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Mon, 18 Mar 2019 21:08:03 -0400 Subject: [PATCH] docstring update --- utility/sync_watch_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/sync_watch_status.py b/utility/sync_watch_status.py index fcb4d4c..fe643b3 100644 --- a/utility/sync_watch_status.py +++ b/utility/sync_watch_status.py @@ -353,11 +353,11 @@ def sync_watch_status(watched, section, accountTo, userTo): Parameters ---------- watched: list + List of watched items either from Tautulli or Plex section: class Section class of sync from server userTo: str User's server class of sync to user - """ print('Marking watched...') sectionTo = accountTo.library.section(section)