Fixed a prototype error
This commit is contained in:
parent
becf13e4ab
commit
4a715d50f2
|
@ -200,7 +200,7 @@ class GoGame(gtk.HBox):
|
|||
self.white_cap_value.set_text(str(self.goban.white_captures))
|
||||
|
||||
|
||||
def update(self, changed):
|
||||
def update(self, changed=None):
|
||||
self.update_info()
|
||||
self.update_board(changed)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user