diff --git a/taptap/taptap_report.py b/taptap/taptap_report.py index 2f4a524..b17c181 100644 --- a/taptap/taptap_report.py +++ b/taptap/taptap_report.py @@ -65,7 +65,7 @@ class TapTapReport: all[key]['sell'] = b_game_info[key]['sell'] all[key]['review'] = b_game_info[key]['review'] except Exception: - print(f"1={all[key]},2={b_game_info[key]}") + print(f"0={key},1={all},2={b_game_info}") print(all)