jc show 添加日志输出,统计每日导出数据量

This commit is contained in:
pengtao 2019-09-23 09:48:31 +08:00
parent 1faadf5964
commit 478462641c

View File

@ -102,6 +102,7 @@ class JcShowInit:
def run(self):
data = self.get_data()
if data:
log.info(f"get data from tga gameid={self.gameid},time={self.time},len={len(data)}")
if self.suffix == 19:
self.split_event19(data)
elif self.suffix == 22: