Expand project scope
This commit is contained in:
parent
65866ea3b6
commit
cffc437aba
@ -10,7 +10,7 @@ class HelloWorldRequestHandler(http.server.BaseHTTPRequestHandler):
|
|||||||
self.send_header('X-Clacks-Overhead', 'GNU Terry Pratchett')
|
self.send_header('X-Clacks-Overhead', 'GNU Terry Pratchett')
|
||||||
self.end_headers()
|
self.end_headers()
|
||||||
|
|
||||||
self.wfile.write(bytes('Hello world!', 'utf8'))
|
self.wfile.write(bytes('Hello universe!', 'utf8'))
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user