Instead of stopping throttle, move to next batch

This commit is contained in:
angelblue05 2016-10-06 01:57:01 -05:00
parent 30522dff08
commit d61e872bf9
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class Read_EmbyServer():
except Warning as error:
if "400" in error:
log.info("Something went wrong, aborting request.")
break
index += jump
except TypeError:
# Something happened to the connection
if not throttled: