Skip to content

Commit

Permalink
Put depth back to 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Jan 1, 2022
1 parent 8d327e8 commit 4bdc8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stockfish/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Stockfish:
"""Integrates the Stockfish chess engine with Python."""

def __init__(
self, path: str = "stockfish", depth: int = 2, parameters: dict = None
self, path: str = "stockfish", depth: int = 15, parameters: dict = None
) -> None:
self.default_stockfish_params = {
"Write Debug Log": "false",
Expand Down

0 comments on commit 4bdc8bf

Please sign in to comment.