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

fixed issue 6136 #1

Closed
wants to merge 1 commit into from
Closed

Conversation

derekk10
Copy link
Collaborator

@derekk10 derekk10 commented Dec 5, 2023

fixes issue 6136

Created a new method in crawler class called retrieve_stats() that performs assertion and returns crawler.stats if crawler.stats is not none. In other methods, crawler.stats was replaced with crawler.retrieve_stats(). Essentially, adding this method removes the need for adding an assert every time crawler.stats is accessed.

@derekk10 derekk10 closed this Dec 5, 2023
@derekk10 derekk10 deleted the fix-for-issue-6136 branch December 5, 2023 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant