Functions-d 1.30__tar.gz → 1.31__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.
- {functions_d-1.30 → functions_d-1.31}/Functions_d/Functions_d.py +1 -1
- {functions_d-1.30 → functions_d-1.31}/Functions_d.egg-info/PKG-INFO +1 -1
- {functions_d-1.30 → functions_d-1.31}/PKG-INFO +1 -1
- {functions_d-1.30 → functions_d-1.31}/setup.cfg +1 -1
- {functions_d-1.30 → functions_d-1.31}/Functions_d/__init__.py +0 -0
- {functions_d-1.30 → functions_d-1.31}/Functions_d.egg-info/SOURCES.txt +0 -0
- {functions_d-1.30 → functions_d-1.31}/Functions_d.egg-info/dependency_links.txt +0 -0
- {functions_d-1.30 → functions_d-1.31}/Functions_d.egg-info/requires.txt +0 -0
- {functions_d-1.30 → functions_d-1.31}/Functions_d.egg-info/top_level.txt +0 -0
- {functions_d-1.30 → functions_d-1.31}/README.md +0 -0
- {functions_d-1.30 → functions_d-1.31}/pyproject.toml +0 -0
- {functions_d-1.30 → functions_d-1.31}/setup.py +0 -0
|
@@ -1661,7 +1661,7 @@ class DataProcessingAndMessaging:
|
|
|
1661
1661
|
|
|
1662
1662
|
now_str = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
|
1663
1663
|
# 🔥 这里增加了提示语
|
|
1664
|
-
file_content = f"{now_str} | {filename_in_server} | {download_url}
|
|
1664
|
+
file_content = f"\n{now_str} | {filename_in_server} | {download_url}"
|
|
1665
1665
|
|
|
1666
1666
|
with open(link_path, 'a', encoding='utf-8') as f:
|
|
1667
1667
|
f.write(file_content)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|