调整日报规则 添加一些gameid
This commit is contained in:
parent
822ad529d7
commit
e2a3af6d77
@ -497,6 +497,7 @@ class Report:
|
||||
args['fromappid'] = item
|
||||
args['fromappid_cn'] = fromappids.get(item.split('_success')[0], None) or item
|
||||
temp['output'].append(self.get_output_fromappid(**args))
|
||||
print(f"current_data={temp}")
|
||||
try:
|
||||
if temp['all'][0] > 10:
|
||||
data.append(temp)
|
||||
@ -615,7 +616,7 @@ class TapWeeklyReport:
|
||||
def run(self):
|
||||
data = self.build()
|
||||
r_data, tags = self.struct_data(data)
|
||||
print(f"rr={r_data},tags={tags}")
|
||||
#print(f"rr={r_data},tags={tags}")
|
||||
return r_data, tags
|
||||
|
||||
def main():
|
||||
@ -623,7 +624,7 @@ def main():
|
||||
project = 'mini_games'
|
||||
cc = Report(day, project)
|
||||
data = cc.run()
|
||||
print(data)
|
||||
#print(data)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user