diff --git a/taptap/taptap_report.py b/taptap/taptap_report.py index f3eeff9..0bbfa29 100644 --- a/taptap/taptap_report.py +++ b/taptap/taptap_report.py @@ -75,7 +75,6 @@ class TapTapReport: if data: for line in data: try: - pdb.set_trace() gameid, catename, title, cate, topic, score, reserve, watch, download, sell, review = line key = f"{gameid}#{catename}" all_data.setdefault(key, {})["key"] = key