fix 插件重载

This commit is contained in:
thsrite
2023-08-04 12:22:53 +08:00
parent f3bdfa38ba
commit af42f00d5d
2 changed files with 7 additions and 17 deletions

View File

@ -171,11 +171,13 @@ class CloudflareSpeedTest(_PluginBase):
new_hosts.append(host)
# 更新自定义Hosts
self.update_config({
"hosts": new_hosts,
"err_hosts": err_hosts,
"enable": enable
}, "CustomHosts")
self.update_config(
{
"hosts": new_hosts,
"err_hosts": err_hosts,
"enable": enable
}, "CustomHosts"
)
# 更新优选ip
old_ip = self._cf_ip