qiqi657s commited on
Commit
2a96f6e
·
verified ·
1 Parent(s): 302ba29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -27,10 +27,6 @@ def start_chrome():
27
 
28
 
29
 
30
- # 确保 /app/cache 目录存在
31
- cache_dir = "~/cache"
32
- if not os.path.exists(cache_dir):
33
- os.makedirs(cache_dir) # 创建目录
34
 
35
 
36
 
 
27
 
28
 
29
 
 
 
 
 
30
 
31
 
32