You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# f"Finished sync mod {modId}, total {page.totalCount} files, removed {removed_file_count} files and {removed_fingerprint_count} fingerprints, original files {original_files_count}"
87
+
# )
83
88
84
89
log.info(
85
-
f"Finished sync mod {modId}, total {page.totalCount} files, removed {removed_file_count} files and {removed_fingerprint_count} fingerprints, original files {original_files_count}"
90
+
f"Finished sync mod {modId}, total {page.totalCount} files, removed {removed_file_count} files, original files {original_files_count}"
# f"Finished sync mod {modId}, total {page.totalCount} files, removed {removed_file_count} files and {removed_fingerprint_count} fingerprints, original files {original_files_count}"
135
+
# )
127
136
128
137
log.info(
129
-
f"Finished sync mod {modId}, total {page.totalCount} files, removed {removed_file_count} files and {removed_fingerprint_count} fingerprints, original files {original_files_count}"
138
+
f"Finished sync mod {modId}, total {page.totalCount} files, removed {removed_file_count} files, original files {original_files_count}"
0 commit comments