MCPcopy
hub / github.com/mikumifa/biliTickerBuy / clear_https_proxy

Function clear_https_proxy

tab/config.py:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 return gr.update(value=_format_proxy_text(normalized_proxy))
61
62 def clear_https_proxy():
63 ConfigDB.insert("https_proxy", "")
64 gr.Info("代理配置已清空。")
65 return gr.update(value="")
66
67 def test_proxy_connectivity(proxy_string, timeout):
68 try:

Callers

nothing calls this directly

Calls 2

insertMethod · 0.80
updateMethod · 0.80

Tested by

no test coverage detected