jc show 添加日志输出,统计每日导出数据量
This commit is contained in:
parent
1faadf5964
commit
478462641c
@ -102,6 +102,7 @@ class JcShowInit:
|
|||||||
def run(self):
|
def run(self):
|
||||||
data = self.get_data()
|
data = self.get_data()
|
||||||
if data:
|
if data:
|
||||||
|
log.info(f"get data from tga gameid={self.gameid},time={self.time},len={len(data)}")
|
||||||
if self.suffix == 19:
|
if self.suffix == 19:
|
||||||
self.split_event19(data)
|
self.split_event19(data)
|
||||||
elif self.suffix == 22:
|
elif self.suffix == 22:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user