This commit is contained in:
2025-10-04 17:08:59 +02:00
parent 5d377c822c
commit 637ba3a123
2 changed files with 15 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ def get_dropbox_path() -> Path:
raise FileNotFoundError("Dropbox folder not found on any drive.")
print(get_dropbox_path())
def get_medicus_connection():
@@ -51,4 +51,4 @@ def get_medicus_connection():
print(f"⚠️ Error connecting to Medicus on {computer_name}: {e}")
raise
print(get_medicus_connection())