wdl from api
This commit is contained in:
parent
afafad5ccf
commit
65816bfd74
|
@ -43,7 +43,7 @@ class BlunderEvaluator:
|
|||
self.engine.set_position()
|
||||
self.current_evaluation = self.api_evaluation()
|
||||
self.evaluations: list[dict] = []
|
||||
self.current_wdl = self.engine.get_wdl_stats()
|
||||
self.current_wdl = self.api_wdl()
|
||||
self.wdls: list = []
|
||||
self.current_fen = self.engine.get_fen_position()
|
||||
|
||||
|
|
Loading…
Reference in a new issue