fix:兼容1.6版本env

This commit is contained in:
lan
2023-08-26 19:57:10 +08:00
parent 255c81bb2f
commit 8c4f9d357f
+1 -1
View File
@@ -7,7 +7,7 @@ from pathlib import Path
data_root = Path('./data')
if not data_root.exists():
data_root.mkdir(parents=True, exist_ok=True)
env_path = data_root / '.env'
env_path = data_root / '.env2'
default_value = {
'file_storage': 'local',
'name': '文件快递柜-FileCodeBox',