隐藏识别结果
This commit is contained in:
parent
ca4a7fa406
commit
02ddcd71f1
1 changed files with 4 additions and 4 deletions
|
@ -111,10 +111,10 @@ class RIICReportAnalysis:
|
|||
gold_avg += int(gold_list[i][1])
|
||||
exp_avg += int(exp_list[i][1])
|
||||
|
||||
output += f"【{date_list[i][1]}】\n"
|
||||
output += f"💵 {lmb_list[2 * i][1]}订单({lmb_list[2 * i + 1][1]})\n"
|
||||
output += f"🧈 {gold_list[i][1]}赤金\n"
|
||||
output += f"📼 {exp_list[i][1]}经验\n\n"
|
||||
# output += f"【{date_list[i][1]}】\n"
|
||||
# output += f"💵 {lmb_list[2 * i][1]}订单({lmb_list[2 * i + 1][1]})\n"
|
||||
# output += f"🧈 {gold_list[i][1]}赤金\n"
|
||||
# output += f"📼 {exp_list[i][1]}经验\n\n"
|
||||
|
||||
lmb_avg /= len(date_list)
|
||||
order_avg /= len(date_list)
|
||||
|
|
Loading…
Reference in a new issue