Fix: removed duplicate download following scheduled stop.

This commit is contained in:
serversdwn
2026-02-18 06:44:04 +00:00
parent 70ef43de11
commit 80861997af
2 changed files with 4 additions and 23 deletions

View File

@@ -659,7 +659,7 @@ class SLMMClient:
# Format as Auto_XXXX folder name
folder_name = f"Auto_{index_number:04d}"
remote_path = f"/NL43_DATA/{folder_name}"
remote_path = f"/NL-43/{folder_name}"
# Download the folder
result = await self.download_folder(unit_id, remote_path)