Update plex_api_parental_control.py

This commit is contained in:
blacktwin 2017-10-23 21:35:31 -04:00 committed by GitHub
parent 98dfb06ae4
commit e41f1712e3

View File

@ -93,6 +93,6 @@ if __name__ == "__main__":
elif opts.share == 'unshare':
kill_session(opts.user, sections_lst)
sleep(5)
unshare(opts.user, opts.libraries)
unshare(opts.user, sections_lst)
else:
print('I don\'t know what else you want.')