From e2475fae3b3015ed8048bf3a9e3bd65d922b5713 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Fri, 7 Dec 2018 12:03:10 -0500 Subject: [PATCH] #125 forgot to use continue --- utility/remove_inactive_users.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utility/remove_inactive_users.py b/utility/remove_inactive_users.py index 53c370b..b047773 100644 --- a/utility/remove_inactive_users.py +++ b/utility/remove_inactive_users.py @@ -122,6 +122,7 @@ def main(): except KeyError: print('User: {} has records in Tautulli but does not exist in Plex.'.format(username)) last_entry(last_seen, username) + continue else: # Only users that still exist in Plex will continue if username not in USER_IGNORE: