typo
This commit is contained in:
parent
ae2d524245
commit
88a3175ec1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from starlette.responses import FileResponse
|
||||||
|
|
||||||
|
|
||||||
router = APIRouter(prefix="/mc_optimizer")
|
router = APIRouter(prefix="/mc_optimizer")
|
||||||
ROOT_PATH = Path.home().joinpath(".radical_api/mc_optimized")
|
ROOT_PATH = Path.home().joinpath(".radical_api/mc_optimizer")
|
||||||
ROOT_PATH.mkdir(exist_ok=True)
|
ROOT_PATH.mkdir(exist_ok=True)
|
||||||
|
|
||||||
class PackFile:
|
class PackFile:
|
||||||
|
|
Loading…
Reference in a new issue