14:20importdate

This commit is contained in:
Ladebeze66 2025-04-03 14:20:53 +02:00
parent 49a32554cb
commit 7fa35fe108
2 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,9 @@
{
"date_extraction": "2025-04-03T14:08:56.839665",
"date_extraction": "2025-04-03T14:20:14.786086",
"ticket_dir": "output/ticket_T11067",
"fichiers_json": [
"ticket_info.json",
"all_messages.json",
"attachments_info.json"
]
}

View File

@ -4,6 +4,7 @@ import os
import sys
import json
import argparse
from datetime import datetime
from utils.auth_manager import AuthManager
from utils.ticket_manager import TicketManager
from utils.attachment_manager import AttachmentManager