Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

depth dosn't work like intended #2

Open
Copy05 opened this issue Nov 6, 2023 · 0 comments
Open

depth dosn't work like intended #2

Copy05 opened this issue Nov 6, 2023 · 0 comments
Assignees
Labels
bug Something isn't working Critical This is very important! In progress Scraping Engine Very Useful We know. This Bug / issue is already knowen

Comments

@Copy05
Copy link
Owner

Copy05 commented Nov 6, 2023

It'll be a easy fix.

# There should be a explicit check for if depth reached 0. it will exit (SystemExit)
if depth is not None and depth <= 0:
        return
    
    if depth is not None:
        depth -= 1
@Copy05 Copy05 added bug Something isn't working We know. This Bug / issue is already knowen Scraping Engine Critical This is very important! In progress Very Useful labels Nov 6, 2023
@Copy05 Copy05 self-assigned this Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Critical This is very important! In progress Scraping Engine Very Useful We know. This Bug / issue is already knowen
Projects
None yet
Development

No branches or pull requests

1 participant