Kaydet (Commit) 2007d4e8 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove unused variable

üst e5584869
......@@ -184,7 +184,6 @@ def make_server(
if __name__ == '__main__':
server_address = ('', 8000)
httpd = make_server('', 8000, demo_app)
sa = httpd.socket.getsockname()
print "Serving HTTP on", sa[0], "port", sa[1], "..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment