This commit is contained in:
2026-06-23 16:38:56 +02:00
parent d1422d9038
commit fc29255715
8 changed files with 791 additions and 9 deletions
+7 -7
View File
@@ -26,16 +26,16 @@ from bson import ObjectId
MONGO_URI = "mongodb://192.168.1.76:27017"
DBN, COL = "feasibility", "investigators"
DATE = "19JUN2026"
DATE = "23JUN2026"
# (investigator _id, seaweed_url, filename, sha256, size, source_msg_id, label)
MAPPING = [
("6a268cdeb84bf5597759b478",
"http://192.168.1.50:8888/mail-attachments/b5/c8/b5c8677c335f77e2b3184aca71628393bf30bd843334edfdecd32b544e91882d",
"CZ_CDA PI_MUDr. Stanislav Reif_ICO_fully signed_18Jun2026.pdf",
"b5c8677c335f77e2b3184aca71628393bf30bd843334edfdecd32b544e91882d",
476306, "<CH2PR07MB7190C02CBCFF82E500D792B980E32@CH2PR07MB7190.namprd07.prod.outlook.com>",
"Reif Stanislav"),
("6a1987481218c31ab0f5ba34",
"http://192.168.1.50:8888/mail-attachments/78/84/7884dc83397fc7ece5905b6db81052fcf88bae05e19fe9501725ef5f1d406f04",
"CZ_CDA PI_MUDr.Mináriková,Ph.D._fully signed_22Jun2026.pdf",
"7884dc83397fc7ece5905b6db81052fcf88bae05e19fe9501725ef5f1d406f04",
460117, "<CH2PR07MB7190E9DB28249DF31195D21380EE2@CH2PR07MB7190.namprd07.prod.outlook.com>",
"Minarikova Petra"),
]