SanaomerUnity commited on
Commit
337a17f
·
verified ·
1 Parent(s): c9af786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ import stat
8
 
9
  def eval(fenstring):
10
  output = ""
11
- os.chmod("./combusken_linux_amd64",0o0777)
12
- engine = chess.engine.SimpleEngine.popen_uci("./combusken_linux_amd64")
13
 
14
 
15
  # Score: PovScore(Cp(+20), WHITE)
 
8
 
9
  def eval(fenstring):
10
  output = ""
11
+ os.chmod("./Lizard-11_2-linux",0o0777)
12
+ engine = chess.engine.SimpleEngine.popen_uci("./Lizard-11_2-linux")
13
 
14
 
15
  # Score: PovScore(Cp(+20), WHITE)