missed a reference to .tracker_api dir

This commit is contained in:
Riley Housden 2021-12-01 01:29:38 -05:00
parent fa24134efa
commit 946cf25bde
Signed by: InValidFire
GPG Key ID: 0D6208F6DF56B4D8
1 changed files with 1 additions and 1 deletions

View File

@ -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"