新增周报脚本

This commit is contained in:
pengtao 2019-11-20 11:42:45 +08:00
parent 39340e40f1
commit ba2f7ce4b7

View File

@ -44,7 +44,8 @@ class TapWeeklyReport:
data = self.db_conn.query(sql)
if data:
return data
print(f"{tap_type}\t{data}")
return True
def run(self):
data = self.build()