[split-upload 4/6] f2fd4fa backup via proxy

This commit is contained in:
Simon
2026-08-11 14:17:15 +08:00
parent 8ef4be0fa0
commit 90ff78563a
74 changed files with 247663 additions and 65 deletions
+5
View File
@@ -0,0 +1,5 @@
import json, os
d = json.load(open('docs_cmp_result2.json', encoding='utf-8'))
C = d['truly_missing']
for i, (p, mt, sz) in enumerate(C, 1):
print("%02d | %s | %dKB" % (i, p, sz // 1024))