mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Remove unused variable
This commit is contained in:
parent
e558486953
commit
2007d4e892
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ def make_server(
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
server_address = ('', 8000)
|
|
||||||
httpd = make_server('', 8000, demo_app)
|
httpd = make_server('', 8000, demo_app)
|
||||||
sa = httpd.socket.getsockname()
|
sa = httpd.socket.getsockname()
|
||||||
print "Serving HTTP on", sa[0], "port", sa[1], "..."
|
print "Serving HTTP on", sa[0], "port", sa[1], "..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue