diff --git a/taptap/taptap_report_new.py b/taptap/taptap_report_new.py index 2c02486..4d5ebe6 100644 --- a/taptap/taptap_report_new.py +++ b/taptap/taptap_report_new.py @@ -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: