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