mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
minor tweaks
This commit is contained in:
parent
890bd313bd
commit
64b46f8512
1 changed files with 0 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
# import time
|
|
||||||
from typing import Any, Dict, List, Mapping
|
from typing import Any, Dict, List, Mapping
|
||||||
|
|
||||||
from openpyxl import load_workbook
|
from openpyxl import load_workbook
|
||||||
|
|
@ -108,8 +107,6 @@ def handler(event: Mapping[str, Any], context: Any) -> None:
|
||||||
pashub_client.get_core_evidence_files_by_job_id(job["id"])
|
pashub_client.get_core_evidence_files_by_job_id(job["id"])
|
||||||
)
|
)
|
||||||
|
|
||||||
# time.sleep(10) # Simulate manual download
|
|
||||||
|
|
||||||
print(f"saved {len(saved_file_paths)} files")
|
print(f"saved {len(saved_file_paths)} files")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue