Skip to content

Commit 98958db

Browse files
committed
feat: 着重标出新增数量
1 parent 5a0cea5 commit 98958db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcim_sync/sync/curseforge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def sync_mod_all_files_at_once(
126126
File, File.modId == modId, query.not_in(File.id, file_id_list)
127127
)
128128
log.info(
129-
f"Finished sync mod {modId}, total {page.totalCount} files, resultCount {page.resultCount}, removed {removed_count} files, existing files {original_files_count}"
129+
f"Finished sync mod {modId}, total {page.totalCount} files, resultCount {page.resultCount}, removed {removed_count} files, existing files {original_files_count}, new added {page.resultCount - original_files_count}"
130130
)
131131

132132
return page.totalCount

0 commit comments

Comments
 (0)