diff --git a/feedpuller/feedpuller.py b/feedpuller/feedpuller.py index 700d62b..6a65410 100644 --- a/feedpuller/feedpuller.py +++ b/feedpuller/feedpuller.py @@ -61,8 +61,6 @@ def on_message(ident, chan, payload): print ex self.hpc.stop() logger.exception('Exception caught: {0}'.format(ex)) - #throttle - gevent.sleep(5) def stop(self): self.hpc.stop()