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))
|
temp['output'].append(self.get_output_fromappid(**args))
|
||||||
print(f"current_data={temp}")
|
print(f"current_data={temp}")
|
||||||
try:
|
try:
|
||||||
if temp['all'][0] > 10:
|
if temp['all'][0] > 5:
|
||||||
data.append(temp)
|
data.append(temp)
|
||||||
except Exception:
|
except Exception:
|
||||||
log.error(f"get active user failed,{temp['all']}", exc_info=True)
|
log.error(f"get active user failed,{temp['all']}", exc_info=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user