wip remote fetch

This commit is contained in:
edo-neo 2024-11-11 16:57:51 +01:00
parent 9942b5c542
commit 65250d6533

View File

@ -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: