update checker
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user