smaller fix
This commit is contained in:
parent
647d115a64
commit
31a68c56d1
@ -87,7 +87,7 @@ def play_move(channel_id, messagestr, player, overwrite=False):
|
|||||||
f.write(game.serialise())
|
f.write(game.serialise())
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
os.system("sgf-render --style fancy -o "+channel_id+".png -n last "+channel_id+".sgf")
|
os.system("sgf-render --style fancy --label-sides nesw -o "+channel_id+".png -n last "+channel_id+".sgf")
|
||||||
|
|
||||||
# colour is "B" if black resigns, "W" if white resigns
|
# colour is "B" if black resigns, "W" if white resigns
|
||||||
def resign(channel_id, colour, file_name):
|
def resign(channel_id, colour, file_name):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user