mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-15 12:45:36 +00:00
Update plex_api_parental_control.py
This commit is contained in:
parent
98dfb06ae4
commit
e41f1712e3
@ -93,6 +93,6 @@ if __name__ == "__main__":
|
|||||||
elif opts.share == 'unshare':
|
elif opts.share == 'unshare':
|
||||||
kill_session(opts.user, sections_lst)
|
kill_session(opts.user, sections_lst)
|
||||||
sleep(5)
|
sleep(5)
|
||||||
unshare(opts.user, opts.libraries)
|
unshare(opts.user, sections_lst)
|
||||||
else:
|
else:
|
||||||
print('I don\'t know what else you want.')
|
print('I don\'t know what else you want.')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user