puppylpg / oddish

Crawl csgo skin info from `buff.163.com` and steam, then find the most suitable one to buy from the former and to sell to the latter.
https://puppylpg.github.io/2019/12/07/python-crawler-buff-optimaze/
GNU General Public License v3.0
321 stars 80 forks source link

输入 -m src 以后,只是重复上一次爬虫的结果,快速的跑一遍只花了10秒钟,但是结果都是上一次的结果。 #81

Closed Jason-3885 closed 2 years ago

Jason-3885 commented 3 years ago

问题描述

输入 -m src 以后,只是重复上一次爬虫的结果,快速的跑一遍只花了10秒钟,但是结果都是上一次的结果。

复现步骤

报错信息

相关截屏(最好贴一下)

软件信息

请完善以下信息:

ccinv commented 3 years ago

这是缓存系统正常的行为。如果要关闭缓存的使用,可以在config里面把FORCE_CRAWL打开

Jason-3885 commented 3 years ago

把FALSE改成TURE是么

ccinv commented 3 years ago

把FALSE改成TURE是么

是的

ccinv commented 3 years ago

把FALSE改成TURE是么

TRUE ...