Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def start_chrome():
|
|
28 |
|
29 |
|
30 |
# 确保 /app/cache 目录存在
|
31 |
-
cache_dir = "
|
32 |
if not os.path.exists(cache_dir):
|
33 |
os.makedirs(cache_dir) # 创建目录
|
34 |
|
|
|
28 |
|
29 |
|
30 |
# 确保 /app/cache 目录存在
|
31 |
+
cache_dir = "~/cache"
|
32 |
if not os.path.exists(cache_dir):
|
33 |
os.makedirs(cache_dir) # 创建目录
|
34 |
|