steveagi commited on
Commit
541db37
·
1 Parent(s): 9d22f37

change ver with comment "fastapi"

Browse files
Files changed (1) hide show
  1. games/snake/snake.py +1 -1
games/snake/snake.py CHANGED
@@ -8,7 +8,7 @@ from games.game_openai import api_key
8
  debug = 2
9
 
10
  class snake (game):
11
- ai_version = '1.4.0.2023-12-23-a' # clean up
12
  data_version = ai_version
13
 
14
  def __init__(self):
 
8
  debug = 2
9
 
10
  class snake (game):
11
+ ai_version = '1.4.0.2023-12-29-a' # fastapi
12
  data_version = ai_version
13
 
14
  def __init__(self):