rmax / scrapy-redis

Redis-based components for Scrapy.
http://scrapy-redis.readthedocs.io
MIT License
5.54k stars 1.59k forks source link

Update import scrapy_redis.utils #232

Closed LuckyPigeon closed 2 years ago

LuckyPigeon commented 2 years ago

Description

An error scrapy_redis has no module TextColor occurred when perform tox test

Solution

Change from scrapy_redis import TextColor to from scrapy_redis.utils import TextColor in spiders.py