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

webserver.py file in Lesson 2 Objective 1 Restaurant Names weren't appearing #124

Open
nikiyasimpson opened this issue Feb 21, 2019 · 0 comments

Comments

@nikiyasimpson
Copy link

I was having issues and looked at the solution for this code on line 32: self.wfile.write(output)

I had to include an .encode() for it to run. I wanted to submit this suggestion. It was the only way I could get my output on the screen.

Line 32: self.wfile.write(output.encode())

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

No branches or pull requests

1 participant