update checker
This commit is contained in:
parent
f580f41130
commit
3f4b1b51c0
@ -127,7 +127,7 @@ def check_logs(log_handler):
|
||||
data = {
|
||||
"errors": error_count,
|
||||
"proved_steps": proved_count/10,
|
||||
"proof_speed": avg_proof_speed
|
||||
"proof_speed": int(avg_proof_speed)
|
||||
}
|
||||
log_handler.info(f"Result: {data}")
|
||||
return data
|
||||
|
Loading…
Reference in New Issue
Block a user