diff --git a/backend/btrixcloud/basecrawls.py b/backend/btrixcloud/basecrawls.py index efa19afd2a..276bcab730 100644 --- a/backend/btrixcloud/basecrawls.py +++ b/backend/btrixcloud/basecrawls.py @@ -182,8 +182,8 @@ async def get_crawl_out( origin + f"/api/orgs/{oid}/crawls/{crawlid}/pagesSearch" ) - # this will now disable the downloadUrl in RWP - res["downloadUrl"] = None + # this will now disable the downloadUrl in RWP + res["downloadUrl"] = None crawl = CrawlOutWithResources.from_dict(res)