Skip to content

Commit 29b4c5d

Browse files
committed
fix: 纠正配置项[代理端口]的值类型
1 parent e748243 commit 29b4c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Libs/Vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def defaults() -> Dict:
228228
"use_proxy": False,
229229
"proxy_kind": "sock5",
230230
"proxy_host": "127.0.0.1",
231-
"proxy_port": "11451"
231+
"proxy_port": 11451
232232
}
233233

234234

0 commit comments

Comments
 (0)