Skip to content

Commit f2af2c6

Browse files
committed
fixed kif move_num
1 parent 4dc6ca5 commit f2af2c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def dumpKif(black, white, sf):
4747
elif move=="startpos":
4848
pass
4949
elif move=="resign":
50+
c += 1
5051
m = " {} 投了 ( 0:00/00:00:00)".format(c)
5152
moji += m + "\n"
5253
elif move[1]=="*":

0 commit comments

Comments
 (0)