Skip to content

Commit

Permalink
Continue, don't break
Browse files Browse the repository at this point in the history
  • Loading branch information
drzoidberg33 committed Jul 2, 2015
1 parent d2db662 commit aa700e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexpy/plextv.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def get_synced_items(self, machine_id=None, user_id=None):

# Filter by user_id
if user_id and user_id != device_user_id:
break
continue

for synced in a.getElementsByTagName('SyncItems'):
sync_item = synced.getElementsByTagName('SyncItem')
Expand Down

0 comments on commit aa700e2

Please sign in to comment.