From 65c90750dc62d6add42e52f1e227a8d9349f44d7 Mon Sep 17 00:00:00 2001 From: vlado Date: Sun, 7 Dec 2025 12:11:50 +0100 Subject: [PATCH] reporter --- 871 test.py => 40 agenda a požadavky/871 test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 871 test.py => 40 agenda a požadavky/871 test.py (99%) diff --git a/871 test.py b/40 agenda a požadavky/871 test.py similarity index 99% rename from 871 test.py rename to 40 agenda a požadavky/871 test.py index 909ae11..c3c4bf8 100644 --- a/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"u:\Dropbox\Ordinace\Reporty") +EXPORT_DIR = Path(r"z:\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"