txlyre 17 godzin temu
rodzic
commit
92a7779964
1 zmienionych plików z 1 dodań i 1 usunięć
  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)