harisanm commited on
Commit
a3e68b8
·
verified ·
1 Parent(s): f206fe2

Update backend_api.py

Browse files
Files changed (1) hide show
  1. backend_api.py +0 -2
backend_api.py CHANGED
@@ -8,8 +8,6 @@ from fastapi.middleware.cors import CORSMiddleware
8
  from pydantic import BaseModel
9
  from dqn_chess import ChessAgent, encode_board, DEVICE, play_self_game, minimax
10
 
11
- os.makedirs("/data", exit_ok=True)
12
-
13
  ADMIN_KEY = "H:a:r:i:s:h:m"
14
  # ---------------------------
15
  # Paths
 
8
  from pydantic import BaseModel
9
  from dqn_chess import ChessAgent, encode_board, DEVICE, play_self_game, minimax
10
 
 
 
11
  ADMIN_KEY = "H:a:r:i:s:h:m"
12
  # ---------------------------
13
  # Paths