From 76a151791bc6d7027ed6c881a7e1a4744caef44a Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 20 Dec 2021 10:41:36 +0800 Subject: [PATCH] 1 --- scripts/get_inc_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_inc_data.py b/scripts/get_inc_data.py index 9c7716a..2055598 100644 --- a/scripts/get_inc_data.py +++ b/scripts/get_inc_data.py @@ -162,7 +162,7 @@ def get_inc_gamelist() -> list: # 判断是否打折,修改cuttime数值 mm_cutOff = m_cutOff.get('cutOff') mprice = m_cutOff.get('price') - if price != mprice: + if int(price) != int(mprice): temp = {} temp["gameid"] = gameid temp["platform"] = platform