This commit is contained in:
pengtao 2021-12-20 11:36:15 +08:00
parent b880eff9ee
commit 3a8712b357

View File

@ -200,7 +200,7 @@ async def getgameprice(request: Request, oldGameId: int, nums: int = 0):
gameprice['prices'] = price[:nums]
else:
logger.error(f"get price with {oldGameId} failed\n {gameprice}")
gameprice['prices'] = []
gameprice = []
logger.info(f"get gameprice with {oldGameId} !")
return JSONResponse(