tap order 数据写入mysql
This commit is contained in:
parent
4f789fe445
commit
7aaeab8d9e
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user