修复config_manager.py中的布尔值大小写
This commit is contained in:
@@ -16,3 +16,6 @@ config_test.json
|
||||
app.log
|
||||
test.py
|
||||
/backup
|
||||
uv.lock
|
||||
.python-version
|
||||
pyproject.toml
|
||||
+1
-1
@@ -88,7 +88,7 @@ def create_config(config_file: str) -> dict:
|
||||
"proxy_setting": {
|
||||
"proxy_url": "127.0.0.1",
|
||||
"proxy_port": "",
|
||||
"enabled": false
|
||||
"enabled": False
|
||||
},
|
||||
"webdav_config": {
|
||||
"webdav_url": "",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user