We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc6ca5 commit f2af2c6Copy full SHA for f2af2c6
utils.py
@@ -47,6 +47,7 @@ def dumpKif(black, white, sf):
47
elif move=="startpos":
48
pass
49
elif move=="resign":
50
+ c += 1
51
m = " {} 投了 ( 0:00/00:00:00)".format(c)
52
moji += m + "\n"
53
elif move[1]=="*":
0 commit comments