1
This commit is contained in:
parent
759d8b4e19
commit
76a151791b
@ -162,7 +162,7 @@ def get_inc_gamelist() -> list:
|
|||||||
# 判断是否打折,修改cuttime数值
|
# 判断是否打折,修改cuttime数值
|
||||||
mm_cutOff = m_cutOff.get('cutOff')
|
mm_cutOff = m_cutOff.get('cutOff')
|
||||||
mprice = m_cutOff.get('price')
|
mprice = m_cutOff.get('price')
|
||||||
if price != mprice:
|
if int(price) != int(mprice):
|
||||||
temp = {}
|
temp = {}
|
||||||
temp["gameid"] = gameid
|
temp["gameid"] = gameid
|
||||||
temp["platform"] = platform
|
temp["platform"] = platform
|
||||||
|
Loading…
x
Reference in New Issue
Block a user