missed a reference to .tracker_api dir
This commit is contained in:
parent
fa24134efa
commit
946cf25bde
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue