Skip to content

Commit

Permalink
Update backend/btrixcloud/basecrawls.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
  • Loading branch information
ikreymer and tw4l authored Mar 3, 2025
1 parent f3575eb commit b48232f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/btrixcloud/basecrawls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b48232f

Please sign in to comment.