From be867ea227a2e32d095acd9ab486caa7bf26f912 Mon Sep 17 00:00:00 2001 From: pengtao Date: Fri, 22 Nov 2019 11:37:47 +0800 Subject: [PATCH] fixbug --- daily_report/dreport.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index b2e9285..79dbdd2 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -533,7 +533,9 @@ class TapWeeklyReport: temp["row_data"] = [] for line in data_key[0]: print(f"line={line}") + pdb.set_trace() tt = {} + # (30802, '死战骑士团', 56, 56, 56, 0, 5.1, '付费,策略,单机', 8984, 0, 7794, 0, 272, 34) tt['gameid'], tt['title'], tt['order'], tt['min_order'], tt['max_order'], tt['diff_order'],tt['score'], tt['tags'], tt['watch'], tt['download'], tt['sell'], tt['reserve'], tt['review'],tt['topic'] = line for item in tt.keys(): if item not in rows: