#125 removing else

This commit is contained in:
Blacktwin 2018-12-07 12:08:56 -05:00
parent e2475fae3b
commit baa687355f

View File

@ -123,7 +123,6 @@ def main():
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:
if last_seen > REMOVE_LIMIT: