Skip to content

Commit 7e10f0d

Browse files
authored
Update http_server.py
1 parent 34e5cf6 commit 7e10f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def server(log_buffer=sys.stderr):
129129
# use the content and mimetype from response_path to build a
130130
# response_ok.
131131
response = response_ok(
132-
content=b"Welcome to my web server",
132+
body=b"Welcome to my web server",
133133
mimetype=b"text/plain"
134134
)
135135

0 commit comments

Comments
 (0)