提交 0b49bd1b 编写于 作者: C cycz

bug

上级 20fc00ce
...@@ -494,8 +494,6 @@ while (1): ...@@ -494,8 +494,6 @@ while (1):
logger.info('第' + str(flag) + '次 ') logger.info('第' + str(flag) + '次 ')
flag += 1 flag += 1
inStockSkuid = check_stock() inStockSkuid = check_stock()
skuidUrl = 'https://item.jd.com/'
message.send(desp=skuidUrl, isOrder = True)
for skuId in inStockSkuid: for skuId in inStockSkuid:
if item_removed(skuId): if item_removed(skuId):
logger.info('[%s]类型口罩有货啦!马上下单', skuId) logger.info('[%s]类型口罩有货啦!马上下单', skuId)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册