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

Fix how kwargs are handled with a request #3

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Fix how kwargs are handled with a request #3

wants to merge 5 commits into from

Conversation

trevorflahardy
Copy link
Contributor

@trevorflahardy trevorflahardy commented Jul 19, 2021

Kwargs would not get processed correctly, I've fixed it so they do.

Originally I had added two ** to the big dict of kwargs, but I removed that and separated it into two lines... looks better.

Also removed the two comment lines at the bottom, not needed.

Was missing `**` in the initial commit, fixed to be nicer.

I would ultimately like to format the params onto the url to be all one str, but I'm thinkin about the best way to do that, and will change it later.
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.

1 participant