def main():
setup.setup_common()
model.connect()
if FLAGS.run_cron_in_background:
_run_cron_in_background()
bottle.run(
# wsgiref is unstable with reloader.
# See: https://github.com/bottlepy/bottle/issues/155
server='paste',
port=FLAGS.port,
host='0.0.0.0',
reloader=True)
评论列表
文章目录