From 15fe48fe45e6c67f11327d1d5b6f99f2c58b3370 Mon Sep 17 00:00:00 2001 From: Tony Tran Date: Thu, 21 May 2026 15:17:19 +0700 Subject: [PATCH] reupdate path --- usage-dashboard/usage-dashboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usage-dashboard/usage-dashboard.py b/usage-dashboard/usage-dashboard.py index a7dbbeb..beef44d 100644 --- a/usage-dashboard/usage-dashboard.py +++ b/usage-dashboard/usage-dashboard.py @@ -21,8 +21,8 @@ _quota_refresh_lock = threading.Lock() # Path to the companion HTML file (same directory as this script) HTML_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), "usage-dashboard.html") JSON_DIR = os.path.expanduser("~/.cli-proxy-api") -BASE_DIR = os.path.expanduser("/mnt/ssd/cliproxyapi/usage-dashboard") -AUTH_DIR = os.path.expanduser("/mnt/ssd/cliproxyapi") +BASE_DIR = os.path.expanduser("~/cliproxyapi/usage-dashboard") +AUTH_DIR = os.path.expanduser("~/cliproxyapi") DB_PATH = os.path.join(BASE_DIR, "usage.sqlite") CONFIG_PATH = os.path.join(BASE_DIR, "config.json") LOCAL_TZ = ZoneInfo("Asia/Ho_Chi_Minh")