Parent: [70ad85] (diff)
Child: [7da8ea] (diff)
Download this file
1 2 3 4 5 6 7 8
#!/usr/bin/env python import bottle import webui bottle.debug(True) bottle.run(host='localhost', port=8080, reloader=True) # vim: foldmethod=marker:filetype=python:textwidth=80:ts=4:et