tap order 数据写入mysql

This commit is contained in:
pengtao 2019-10-16 13:59:49 +08:00
parent 1ee10a5ea6
commit 9040cef440

View File

@ -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()