tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-16 14:21:21 +08:00
parent 4f789fe445
commit 7aaeab8d9e

View File

@ -32,6 +32,7 @@ class TapTapReport:
#print(all)
diff_order = {}
for key in all:
pdb.set_trace()
diff_order[key] = all.get(self.day, 0) - all.get(self.bday, 0)
print(diff_order)