Commit 761832ca by lichenggang

'update redis num'

parent b63a737d
Showing with 1 additions and 1 deletions
......@@ -144,7 +144,7 @@ def get_url():
pool = redis.ConnectionPool(**get_redis_conf())
r = redis.Redis(connection_pool=pool)
for _ in range(260):
for _ in range(210):
cate_url = r.lpop('csc_elec_chip1stop_1')
if cate_url:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment