In the [tutorial](http://diesel.io/tutorial) the Queues section has the following code in each consumer before the while loop. ``` item = queue.get() ``` This item doesn't get processed and confused me. After running the code, realized it was just a typo.
In the tutorial the Queues section has the following code in each consumer before the while loop.
This item doesn't get processed and confused me. After running the code, realized it was just a typo.