Skip to content

Commit

Permalink
increase distance of extra urls to start from 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nattvara committed May 1, 2024
1 parent aeaa910 commit 6d012ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/crawler/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create_snapshot(course: Course) -> Snapshot:
snapshot=snapshot,
href=extra_url,
root=False,
distance=0,
distance=1,
)
url.save()

Expand Down

0 comments on commit 6d012ea

Please sign in to comment.