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"