wip remote fetch
This commit is contained in:
parent
9942b5c542
commit
65250d6533
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user