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

Use dict.items() to simplify interaction with dict (again) #43

Merged
merged 2 commits into from Dec 31, 2018

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Dec 30, 2018

#20 again...

@hoadlck hoadlck merged commit 28f023a into sherlock-project:master Dec 31, 2018
@hoadlck
Copy link
Contributor

hoadlck commented Dec 31, 2018

The code that was accessing the "urlMain" data was still following the old pattern, so I fixed it during the merge.

hoadlck added a commit that referenced this pull request Dec 31, 2018
… for loop that iterated thru all of the sites. But, with the addition of the parallel functionality, there are now two for loops. The dictionary changes were not done in the second loop, which caused bogus results.
@hoadlck hoadlck mentioned this pull request Dec 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants