change arxiv cache dir path

This commit is contained in:
binary-husky
2024-06-19 12:49:34 +00:00
parent dfae4e8081
commit d37383dd4e
3 changed files with 10 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ from functools import partial
import glob, os, requests, time, json, tarfile
pj = os.path.join
ARXIV_CACHE_DIR = os.path.expanduser(f"~/arxiv_cache/")
ARXIV_CACHE_DIR = get_conf("ARXIV_CACHE_DIR")
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 工具函数 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-