valentin urena commited on
Commit
bb1246f
·
verified ·
1 Parent(s): 4727d72

Update chess_board.py

Browse files
Files changed (1) hide show
  1. chess_board.py +1 -1
chess_board.py CHANGED
@@ -44,7 +44,7 @@ class Game:
44
  elif self.counter < 10:
45
  self.counter += 1
46
  print(self.counter)
47
- self.call_gemma()
48
  else:
49
  print("Gemma quit...")
50
  return None
 
44
  elif self.counter < 10:
45
  self.counter += 1
46
  print(self.counter)
47
+ return self.call_gemma()
48
  else:
49
  print("Gemma quit...")
50
  return None