mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-18 05:45:38 +00:00
remove admin account name from user_lst
admin playlists handled by --self
This commit is contained in:
parent
bcc7a358a7
commit
3f2e3798ad
@ -99,7 +99,7 @@ if sess.verify is False:
|
|||||||
plex = PlexServer(PLEX_URL, PLEX_TOKEN, session=sess)
|
plex = PlexServer(PLEX_URL, PLEX_TOKEN, session=sess)
|
||||||
account = plex.myPlexAccount()
|
account = plex.myPlexAccount()
|
||||||
|
|
||||||
user_lst = [x.title for x in plex.myPlexAccount().users()] + [plex.myPlexAccount().title]
|
user_lst = [x.title for x in plex.myPlexAccount().users()]
|
||||||
section_lst = [x.title for x in plex.library.sections()]
|
section_lst = [x.title for x in plex.library.sections()]
|
||||||
today = datetime.datetime.now().date()
|
today = datetime.datetime.now().date()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user