Mercurial > hg > wsgintegrate
changeset 22:37b47aedcc3d
STUB: wsgintegrate/main.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 06 Mar 2014 23:14:37 -0800 |
parents | 3621afe99a72 |
children | 01b0ad159fe3 |
files | wsgintegrate/main.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wsgintegrate/main.py Thu Mar 06 23:12:55 2014 -0800 +++ b/wsgintegrate/main.py Thu Mar 06 23:14:37 2014 -0800 @@ -61,7 +61,7 @@ # serve it server_name = getattr(options, 'server', 'wsgiref') - print ("Serving with {}".format(server_name)) + print ("Serving with %s" % (server_name)) server = servers[server_name] print ('http://localhost:%d/' % options.port) server(app=factory.load(), port=options.port)