We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4681f1 commit 77430acCopy full SHA for 77430ac
mcim_sync/utils/telegram/__init__.py
@@ -114,7 +114,7 @@ def send_to_telegram(cls) -> int:
114
"MCIM API 已缓存:\n"
115
f"Curseforge 模组 {mcim_stats['curseforge']['mod']} 个,文件 {mcim_stats['curseforge']['file']} 个,指纹 {mcim_stats['curseforge']['fingerprint']} 个\n"
116
f"Modrinth 项目 {mcim_stats['modrinth']['project']} 个,版本 {mcim_stats['modrinth']['version']} 个,文件 {mcim_stats['modrinth']['file']} 个\n"
117
- f"CDN 文件 {mcim_stats['file_cdn']['file']} 个"
+ f"CDN 文件 {mcim_stats['file_cdn']['file']} 个" if config.file_cdn else ""
118
)
119
120
if config.file_cdn:
0 commit comments