Skip to content

Commit 61e969b

Browse files
committed
fix typo
1 parent 9c21c2f commit 61e969b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def do_GET(self):
5050
print "Listening at port", port
5151
else:
5252
httpd = HTTPServer(('', 8000), HTTPRequestHandler)
53-
print "Listening at port", 800
53+
print "Listening at port", 8000
5454
try:
5555
httpd.serve_forever()
5656
except KeyboardInterrupt:

0 commit comments

Comments
 (0)