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

View file

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