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()
|
router = APIRouter()
|
||||||
logger = logging.getLogger("security")
|
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"
|
API_KEY_NAME = "access_token"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue