qiqi657s commited on
Commit
13adcd1
·
verified ·
1 Parent(s): 0c95d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def start_chrome():
28
 
29
 
30
  # 确保 /app/cache 目录存在
31
- cache_dir = "/app/cache"
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