Add doc string

This commit is contained in:
Michael Shepanski 2017-06-04 22:26:17 -04:00
parent c95e43fc10
commit 56b6ec0e92

View file

@ -1,5 +1,10 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
This will find every item marked with the collection 'markwatched' and mark
it watched. Just set run every so often in a scheduled task. This will only
work for the user you connect to the PlexServer as.
"""
from plexapi.server import PlexServer
plex = PlexServer()