Skip to content

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

@nikiyasimpson

Description

@nikiyasimpson

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())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions