From 946cf25bde75ff118517634d1a0baab835ca979e Mon Sep 17 00:00:00 2001 From: Riley Housden Date: Wed, 1 Dec 2021 01:29:38 -0500 Subject: [PATCH] missed a reference to .tracker_api dir --- routers/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/security.py b/routers/security.py index c295a3b..4e048a0 100644 --- a/routers/security.py +++ b/routers/security.py @@ -10,7 +10,7 @@ import json router = APIRouter() logger = logging.getLogger("security") -ROOT_PATH = Path.home().joinpath(".tracker_api/keys") +ROOT_PATH = Path.home().joinpath(".radical_api/keys") API_KEY_NAME = "access_token"