Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -69,7 +69,6 @@ app.add_middleware(
|
|
| 69 |
allow_headers=["*"],
|
| 70 |
)
|
| 71 |
|
| 72 |
-
# Paths relative to the Docker container
|
| 73 |
DEEPCASTLE_ENGINE_PATH = os.environ.get(
|
| 74 |
"DEEPCASTLE_ENGINE_PATH",
|
| 75 |
os.environ.get("ENGINE_PATH", "/app/engine_bin/deepcastle"),
|
|
|
|
| 69 |
allow_headers=["*"],
|
| 70 |
)
|
| 71 |
|
|
|
|
| 72 |
DEEPCASTLE_ENGINE_PATH = os.environ.get(
|
| 73 |
"DEEPCASTLE_ENGINE_PATH",
|
| 74 |
os.environ.get("ENGINE_PATH", "/app/engine_bin/deepcastle"),
|