change report start values

This commit is contained in:
root 2019-12-12 09:59:28 +08:00
parent 1475a0cff5
commit c7d9351702

View File

@ -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)