From 65250d653323bb1316372f607b1453749f30750a Mon Sep 17 00:00:00 2001 From: edo-neo Date: Mon, 11 Nov 2024 16:57:51 +0100 Subject: [PATCH] wip remote fetch --- src/components/archive_synchronizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: