Update app3.py
Browse files
app3.py
CHANGED
@@ -34,7 +34,7 @@ def download_file(url, destination_path):
|
|
34 |
os.system(f'wget -O {destination_path} {url}')
|
35 |
|
36 |
# 设置基本路径
|
37 |
-
base_directory = '/home/xlab-app-center
|
38 |
configs_directory = os.path.join(base_directory, 'configs')
|
39 |
|
40 |
# 创建configs文件夹
|
|
|
34 |
os.system(f'wget -O {destination_path} {url}')
|
35 |
|
36 |
# 设置基本路径
|
37 |
+
base_directory = '/home/xlab-app-center'
|
38 |
configs_directory = os.path.join(base_directory, 'configs')
|
39 |
|
40 |
# 创建configs文件夹
|