diff --git a/README.md b/README.md index 95a1acdb..40ed0db1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ DDNS ### TODO: * [x] 文件缓存(减少服务器IP请求) +* [ ] 腾讯云 * [ ] 同线路多记录支持 * [ ] socks代理 * [ ] 多代理自动切换 @@ -33,7 +34,7 @@ DDNS ## 配置 -
+
config.json 可以使用 `-c`使用指定的配置文件 (默认读取当前目录的 config.json) diff --git a/util/ip.py b/util/ip.py index 3e5ffde7..e1028317 100644 --- a/util/ip.py +++ b/util/ip.py @@ -3,10 +3,10 @@ import socket try: - #python2 + # python2 from urllib2 import urlopen except ImportError: - #python3 + # python3 from urllib.request import urlopen DEBUG = False # 是否打印错误