add tags field
This commit is contained in:
parent
000b76af1b
commit
424ee95d56
@ -90,7 +90,7 @@ class TapTapReport:
|
||||
all[key]['review'] = b_game_info[key]['review'] or n_game_info[key]['review']
|
||||
all[key]['tags'] = b_game_info[key]['tags'] or n_game_info[key]['tags']
|
||||
except Exception:
|
||||
print(f"0={key}")
|
||||
print(f"0={key} {all[key]} {b_game_info[key]} {n_game_info[key]}")
|
||||
|
||||
for line in all.values():
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user