remove fromappid = ''
This commit is contained in:
parent
c79411bbd2
commit
e92b3aa649
@ -268,7 +268,7 @@ class Report:
|
||||
k = 0
|
||||
else:
|
||||
k = round((100 * byshare / (activa - byshare)), 2)
|
||||
return (args['fromappid'], args['fromappid_cn'], activa, new, share, k)
|
||||
return (args['fromappid_cn'], activa, new, share, k)
|
||||
except Exception:
|
||||
log.error(f"collect input failed {args['gameid']} {args['fromappid']}", exc_info=True)
|
||||
return None
|
||||
@ -303,7 +303,7 @@ class Report:
|
||||
if data:
|
||||
try:
|
||||
jump_num, jump_pre = data[0]
|
||||
return (args['fromappid'], args['fromappid_cn'], jump_num, jump_pre)
|
||||
return (args['fromappid_cn'], jump_num, jump_pre)
|
||||
except Exception:
|
||||
log.error(f"get data from output by {args['gameid']} {args['fromappid']} failed", exc_info=True)
|
||||
return None
|
||||
|
@ -132,7 +132,6 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<!--('wxdb103a128e118619', '拯救熊猫泡泡', 2, 1, 0, 0.0)-->
|
||||
<th>渠道ID</th>
|
||||
<th>游戏名称</th>
|
||||
<th>活跃人数</th>
|
||||
<th>新增人数</th>
|
||||
@ -157,7 +156,6 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>渠道ID</th>
|
||||
<th>跳转目标</th>
|
||||
<th>跳转次数</th>
|
||||
<th>跳转人数</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user