#125 removing else
This commit is contained in:
parent
e2475fae3b
commit
baa687355f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user