mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Add doc string
This commit is contained in:
parent
c95e43fc10
commit
56b6ec0e92
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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
|
from plexapi.server import PlexServer
|
||||||
|
|
||||||
plex = PlexServer()
|
plex = PlexServer()
|
||||||
|
|
Loading…
Reference in a new issue