ddns 4.0.1__tar.gz → 4.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ddns might be problematic. Click here for more details.
- {ddns-4.0.1 → ddns-4.0.2}/PKG-INFO +1 -1
- {ddns-4.0.1 → ddns-4.0.2}/ddns/__init__.py +2 -2
- {ddns-4.0.1 → ddns-4.0.2}/ddns/__main__.py +1 -1
- {ddns-4.0.1 → ddns-4.0.2}/ddns.egg-info/PKG-INFO +1 -1
- {ddns-4.0.1 → ddns-4.0.2}/LICENSE +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/README.md +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/provider/__init__.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/provider/alidns.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/provider/callback.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/provider/cloudflare.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/provider/dnscom.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/provider/dnspod.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/provider/dnspod_com.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/provider/he.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/provider/huaweidns.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/util/__init__.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/util/cache.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/util/config.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns/util/ip.py +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns.egg-info/SOURCES.txt +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns.egg-info/dependency_links.txt +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns.egg-info/entry_points.txt +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns.egg-info/requires.txt +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/ddns.egg-info/top_level.txt +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/pyproject.toml +0 -0
- {ddns-4.0.1 → ddns-4.0.2}/setup.cfg +0 -0
|
@@ -6,10 +6,10 @@ ddns Package
|
|
|
6
6
|
__description__ = "automatically update DNS records to my IP [域名自动指向本机IP]"
|
|
7
7
|
|
|
8
8
|
# 编译时,版本会被替换
|
|
9
|
-
__version__ = "4.0.
|
|
9
|
+
__version__ = "4.0.2"
|
|
10
10
|
|
|
11
11
|
# 时间也会被替换掉
|
|
12
|
-
build_date = "2025-06-
|
|
12
|
+
build_date = "2025-06-25T01:07:58Z"
|
|
13
13
|
|
|
14
14
|
__doc__ = """
|
|
15
15
|
ddns [v{}@{}]
|
|
@@ -126,7 +126,7 @@ def main():
|
|
|
126
126
|
sys.stderr = TextIOWrapper(sys.stderr.buffer, encoding='utf-8')
|
|
127
127
|
init_config(__description__, __doc__, __version__, build_date)
|
|
128
128
|
|
|
129
|
-
log_level = get_config('log.level')
|
|
129
|
+
log_level = get_config('log.level', INFO)
|
|
130
130
|
log_format = get_config('log.format')
|
|
131
131
|
if log_format:
|
|
132
132
|
# A custom log format is already set; no further action is required.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|