SanaomerUnity commited on
Commit
825bd4a
·
verified ·
1 Parent(s): ebdd497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def eval(fenstring):
19
 
20
  board = chess.Board(fenstring)
21
 
22
- info = engine.analyse(board, chess.engine.Limit( depth = 6 ))
23
 
24
 
25
  # Score: PovScore(Mate(+1), WHITE)
 
19
 
20
  board = chess.Board(fenstring)
21
 
22
+ info = engine.analyse(board, chess.engine.Limit( depth = 3 ))
23
 
24
 
25
  # Score: PovScore(Mate(+1), WHITE)