This commit is contained in:
2025-11-10 08:00:48 +01:00
parent a093fcee61
commit e2faffcf95
3 changed files with 302 additions and 1 deletions

View File

@@ -175,7 +175,7 @@ def kw_pattern(kw: str) -> str:
return rf"(?<!\w){re.escape(kw)}(?!\s*\+\s*\w)"
# ===== Excel export =====
EXPORT_DIR = Path(r"z:\Dropbox\Ordinace\Reporty")
EXPORT_DIR = Path(r"u:\Dropbox\Ordinace\Reporty")
EXPORT_DIR.mkdir(exist_ok=True, parents=True)
timestamp = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")