change report start values
This commit is contained in:
parent
1475a0cff5
commit
c7d9351702
@ -502,7 +502,7 @@ class Report:
|
||||
temp['output'].append(self.get_output_fromappid(**args))
|
||||
print(f"current_data={temp}")
|
||||
try:
|
||||
if temp['all'][0] > 10:
|
||||
if temp['all'][0] > 5:
|
||||
data.append(temp)
|
||||
except Exception:
|
||||
log.error(f"get active user failed,{temp['all']}", exc_info=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user