txlyre 2 days ago
parent
commit
397f7fdc00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chess0.py

+ 1 - 1
chess0.py

@@ -197,7 +197,7 @@ class ChessManager:
             self.sessions[id].from_moves(moves, strict=strict)
             self.sessions[id].from_moves(moves, strict=strict)
 
 
             if right:
             if right:
-                session.from_moves(moves, strict=strict, reset=False)
+                self.sessions[id].from_moves(right, strict=strict, reset=False)
 
 
     def end(self, id):
     def end(self, id):
         session = self.sessions.get(id)
         session = self.sessions.get(id)