txlyre 2 月之前
父節點
當前提交
ac7873b5ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -732,7 +732,7 @@ async def chess_pass_handler(chess, id):
     return [svg2png(chess.svg(id))]
 
 
-async def chess_board_handler(chess, id, move):
+async def chess_board_handler(chess, id):
     try:
         board = svg2png(chess.svg(id))
     except KeyError: