完成定时器开发

This commit is contained in:
lzybetter
2023-09-02 18:08:02 +08:00
parent c6d816c5ec
commit dee435d6b3
4 changed files with 92 additions and 19 deletions

View File

@@ -1,7 +0,0 @@
from util.global_config import GlobalConfig
http_proxy_config = GlobalConfig()
http_proxy_config.set_globalconfig("http_proxy", '127.0.0.1:8889')
print(http_proxy_config.get_globalconfig("http_proxy"))
print(http_proxy_config.get_globalconfig("https_proxy"))