pricingassistant / mrq

Mr. Queue - A distributed worker task queue in Python using Redis & gevent
MIT License
877 stars 117 forks source link

fixed data type typo #219

Closed orlandobcrra closed 4 years ago

orlandobcrra commented 5 years ago

Fixed typo on data type, was int but should be str. If used like int it make crash the EnsureIndex task.

sylvinus commented 4 years ago

thanks!