Skip to content

Commit

Permalink
Merge pull request #28 from iheartradio/revert-bug-fix
Browse files Browse the repository at this point in the history
revert return
  • Loading branch information
eagbanyo authored Jun 27, 2018
2 parents 0189b0e + 5e4a04c commit a4038a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion henson_sqs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _begin_consuming(self):
maxsize=self.app.settings['SQS_PREFETCH_LIMIT'],
loop=loop,
)
return loop.create_task(self._consume())
loop.create_task(self._consume())

@asyncio.coroutine
def _consume(self):
Expand Down

0 comments on commit a4038a2

Please sign in to comment.