diff --git a/jdBuyMask_V2.py b/jdBuyMask_V2.py index ce8844c6b87f065cfb13118a50512db4997f60d2..e99a4b5f8d9c7bd9db6d9c6dba73b1d2044f9310 100644 --- a/jdBuyMask_V2.py +++ b/jdBuyMask_V2.py @@ -494,8 +494,6 @@ while (1): logger.info('第' + str(flag) + '次 ') flag += 1 inStockSkuid = check_stock() - skuidUrl = 'https://item.jd.com/' - message.send(desp=skuidUrl, isOrder = True) for skuId in inStockSkuid: if item_removed(skuId): logger.info('[%s]类型口罩有货啦!马上下单', skuId)