tap order 数据写入mysql
This commit is contained in:
parent
1ee10a5ea6
commit
9040cef440
@ -86,8 +86,8 @@ def main():
|
||||
else:
|
||||
day = (datetime.date.today() - datetime.timedelta(days=1)).strftime('%Y-%m-%d')
|
||||
tap = TapTapReport(day)
|
||||
tap.get_order()
|
||||
#tap.build_report()
|
||||
#tap.get_order()
|
||||
tap.build_report()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user