#125 forgot to use continue
This commit is contained in:
@ -122,6 +122,7 @@ def main():
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
print('User: {} has records in Tautulli but does not exist in Plex.'.format(username))
|
print('User: {} has records in Tautulli but does not exist in Plex.'.format(username))
|
||||||
last_entry(last_seen, username)
|
last_entry(last_seen, username)
|
||||||
|
continue
|
||||||
else:
|
else:
|
||||||
# Only users that still exist in Plex will continue
|
# Only users that still exist in Plex will continue
|
||||||
if username not in USER_IGNORE:
|
if username not in USER_IGNORE:
|
||||||
|
Reference in New Issue
Block a user