From 08ff676af1ab5a92e11b61c4439b0c0dcbc6fea4 Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 17 Oct 2019 10:24:28 +0800 Subject: [PATCH] =?UTF-8?q?tap=20order=20=20=E6=95=B0=E6=8D=AE=E5=86=99?= =?UTF-8?q?=E5=85=A5mysql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taptap/taptap_report.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/taptap/taptap_report.py b/taptap/taptap_report.py index ee5d13c..e29b355 100644 --- a/taptap/taptap_report.py +++ b/taptap/taptap_report.py @@ -180,6 +180,9 @@ def main(): tap.get_order() elif methods == "report": tap.build_report() + elif methods == 'all': + tap.get_order() + tap.build_report() else: print("PLS input methods in ('data','report')") if __name__ == "__main__":