diff --git a/src/components/archive_synchronizer.py b/src/components/archive_synchronizer.py index 72bab43..6e22717 100644 --- a/src/components/archive_synchronizer.py +++ b/src/components/archive_synchronizer.py @@ -198,7 +198,7 @@ class ArchiveSynchronizer(Component): if local_path is None: raise ValueError("local_path cannot be None") - call_url = f"{self.download_endpoint}{remote_path}" + call_url = f"https://dev.r5portal.it/{remote_path}" try: if not self.simulate: with requests.Session() as s: