Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c95c7 commit 4a5f967Copy full SHA for 4a5f967
1 file changed
Lib/test/ssl_servers.py
@@ -184,4 +184,6 @@ def cleanup():
184
context.load_cert_chain(CERTFILE)
185
186
server = HTTPSServer(("", args.port), handler_class, context)
187
+ if args.verbose:
188
+ print("Listening on https://localhost:{0.port}".format(args))
189
server.serve_forever(0.1)
0 commit comments