#125 forgot to use continue

This commit is contained in:
Blacktwin 2018-12-07 12:03:10 -05:00
parent 2a39697acd
commit e2475fae3b

View File

@ -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: