This commit is contained in:
michaela.buzalkova
2026-01-08 21:26:17 +01:00
parent b2e9a0d3c9
commit 483c36ddfe
2 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import os
HOSTNAME = platform.node().upper()
if HOSTNAME in {"SESTRA", "POHODA"}:
if HOSTNAME in {"SESTRA", "POHODA","LENOVO"}:
DROPBOX_DRIVE = Path(r"Z:\\")
elif HOSTNAME == "Z230":
DROPBOX_DRIVE = Path(r"U:\\")