传递日期参数
This commit is contained in:
parent
d4f65af156
commit
959b7c3a03
@ -287,7 +287,7 @@ class Report:
|
|||||||
for line in data:
|
for line in data:
|
||||||
try:
|
try:
|
||||||
gameids_cn[line.get('game_id')] = line.get('game')
|
gameids_cn[line.get('game_id')] = line.get('game')
|
||||||
channel_cn[line.get('platform_id')] = line.get('platform')
|
channel_cn[line.get('platform_id')] = line.get('platform_name')
|
||||||
except Exception:
|
except Exception:
|
||||||
log.error(f"split {line} failed!", exc_info=True)
|
log.error(f"split {line} failed!", exc_info=True)
|
||||||
return (gameids_cn, channel_cn)
|
return (gameids_cn, channel_cn)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user