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

Requests refactor only query.py #3666

Merged
merged 2 commits into from
Aug 21, 2020

Conversation

aasifkhan7
Copy link
Contributor

Closes #2852

@cclauss the separate PR for refactoring stdlib to requests in query.py

@cclauss
Copy link
Collaborator

cclauss commented Aug 6, 2020

Have you set up our Docker-based development instance on your machine? If so you will see that this change prevents proper booting of Open Library. https://github.com/internetarchive/openlibrary/tree/master/docker

@aasifkhan7
Copy link
Contributor Author

@cclauss I have set up Docker-based development on my machine. But didn't test this out. will look into it.

@aasifkhan7
Copy link
Contributor Author

this is not running with requests.post()in query.py but it runs with requests.get()

@cclauss cclauss changed the title refactor only query.py Requests refactor only query.py Aug 7, 2020
@internetarchive internetarchive deleted a comment from aasifkhan7 Aug 7, 2020
@mekarpeles mekarpeles merged commit 2b017b5 into internetarchive:master Aug 21, 2020
@mekarpeles
Copy link
Member

Thank you!

@cclauss
Copy link
Collaborator

cclauss commented Aug 21, 2020

AWESOME WORK!!!

@aasifkhan7 aasifkhan7 deleted the refactor-only-query.py branch August 21, 2020 21:17
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.

Replace all urllib / urllib2 imports and uses with requests
3 participants