Fixed a prototype error
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user