From a44606ce606d2ac2742b4d8fdab4adea1e66f733 Mon Sep 17 00:00:00 2001 From: Vladimir Buzalka Date: Tue, 10 Mar 2026 07:45:47 +0100 Subject: [PATCH] notebook --- 40 agenda a požadavky/871 test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/40 agenda a požadavky/871 test.py b/40 agenda a požadavky/871 test.py index c3c4bf8..909ae11 100644 --- a/40 agenda a požadavky/871 test.py +++ b/40 agenda a požadavky/871 test.py @@ -38,7 +38,7 @@ DB_CONFIG = { "cursorclass": pymysql.cursors.DictCursor, } -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") xlsx_path = EXPORT_DIR / f"{timestamp} Agenda + Pozadavky (Merged).xlsx"