def start():
if conf.quiet:
print('Bottle v%s server starting up (using WSGIRefServer())...' % __version__)
print('Listening on http://127.0.0.1:%s/' % conf.port)
print('Hit Ctrl-C to quit.')
app.run(host='127.0.0.1', port=conf.port, quiet=conf.quiet) # start bottle
评论列表
文章目录