disable debug
This commit is contained in:
parent
1c70741531
commit
b7d94484e0
@ -46,7 +46,6 @@ def set_gameinfo_ext(gameids: list) -> bool:
|
||||
i = 0
|
||||
for line in gameids:
|
||||
try:
|
||||
pdb.set_trace()
|
||||
oldGameId = line.get("gameid", 0)
|
||||
platform = line.get("platform", 0)
|
||||
url = game_info_url.format(gameid=oldGameId, platformid=platform)
|
||||
@ -70,7 +69,6 @@ def set_game_price(gameids: list) -> bool:
|
||||
i = 0
|
||||
for line in gameids:
|
||||
try:
|
||||
pdb.set_trace()
|
||||
oldGameId = line.get("gameid", 0)
|
||||
platform = line.get("platform", 0)
|
||||
logger.info(f"start get {oldGameId} {platform} game price!")
|
||||
@ -94,7 +92,6 @@ def set_history_price(gameids: list) -> bool:
|
||||
i = 0
|
||||
for line in gameids:
|
||||
try:
|
||||
pdb.set_trace()
|
||||
oldGameId = line.get("gameid", 0)
|
||||
platform = line.get("platform", 0)
|
||||
logger.info(f"start get {oldGameId} {platform} history price!")
|
||||
|
Loading…
x
Reference in New Issue
Block a user