From e41f1712e3fd216054624678574168231aa8755f Mon Sep 17 00:00:00 2001 From: blacktwin Date: Mon, 23 Oct 2017 21:35:31 -0400 Subject: [PATCH] Update plex_api_parental_control.py --- utility/plex_api_parental_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/plex_api_parental_control.py b/utility/plex_api_parental_control.py index 4fa1e0d..e481dac 100644 --- a/utility/plex_api_parental_control.py +++ b/utility/plex_api_parental_control.py @@ -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.')