nakas commited on
Commit
ddc431c
1 Parent(s): 6db0df2

Update Main.py

Browse files
Files changed (1) hide show
  1. Main.py +1 -1
Main.py CHANGED
@@ -34,7 +34,7 @@ def app():
34
 
35
  print(topmove)
36
  # Create a list of lists, where each inner list contains the UCI strings for a single move
37
- uci_lists = [d['pv'][:2] for d in list]
38
 
39
  # Initialize the output string
40
  output_string = ""
 
34
 
35
  print(topmove)
36
  # Create a list of lists, where each inner list contains the UCI strings for a single move
37
+ uci_lists = [d['pv'][:2] for d in info]
38
 
39
  # Initialize the output string
40
  output_string = ""