开始做定时器

This commit is contained in:
lzybetter
2023-09-01 23:47:13 +08:00
parent aa02a31f9b
commit c6d816c5ec
10 changed files with 355 additions and 0 deletions

7
main.py Normal file
View File

@@ -0,0 +1,7 @@
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"))