txlyre 2 mēneši atpakaļ
vecāks
revīzija
92a7779964
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      chess0.py

+ 1 - 1
chess0.py

@@ -73,7 +73,7 @@ class ChessManager:
 
     async def begin(self, id):
         if id in self.sessions:
-            await self.stop(id)
+            await self.end(id)
 
         _, engine = await chess.engine.popen_uci(self.engine_path)