f
This commit is contained in:
parent
6b9f2ea198
commit
f6c5886587
@ -110,7 +110,7 @@ def send_tapweekly():
|
||||
msg = Message(title, sender=sender, recipients=recipients)
|
||||
twr = TapWeeklyReport(day)
|
||||
data = twr.run()
|
||||
#print(data)
|
||||
print(data)
|
||||
# data[day] = day
|
||||
msg.subject = f"TAPTAP_{day}_游戏周报"
|
||||
if data:
|
||||
@ -542,7 +542,6 @@ class TapWeeklyReport:
|
||||
for item in tt.keys():
|
||||
if item not in rows:
|
||||
new_tt.pop(item)
|
||||
pdb.set_trace()
|
||||
temp["row_data"].append(new_tt)
|
||||
except Exception:
|
||||
log.error(f"struct data with {line} Failed", exc_info=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user