From 2693202ca3ab636a121e9260eb549ba253a164bd Mon Sep 17 00:00:00 2001 From: blacktwin Date: Sat, 22 Jul 2017 22:55:40 -0400 Subject: [PATCH] Update notify_added_custom.py --- notify/notify_added_custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify/notify_added_custom.py b/notify/notify_added_custom.py index 7d03936..5736f3b 100644 --- a/notify/notify_added_custom.py +++ b/notify/notify_added_custom.py @@ -297,7 +297,7 @@ if __name__ == '__main__': parser.add_argument('-u', '--users', help='Which users from Plex will be emailed.', nargs='+', default='self', type=str) parser.add_argument('-i', '--ignore', help='Which users from Plex to ignore.', - nargs='+', type=str) + nargs='+', default='None', type=str) opts = parser.parse_args()