This commit is contained in:
Riley Housden 2021-12-08 09:14:56 -05:00
parent ae2d524245
commit 88a3175ec1
Signed by: InValidFire
GPG Key ID: 0D6208F6DF56B4D8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from starlette.responses import FileResponse
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)
class PackFile: