修复config_manager.py中的布尔值大小写
This commit is contained in:
+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": "",
|
||||
|
||||
Reference in New Issue
Block a user