Child: [1f91a5] (diff)

Download this file

webui-standalone.py    9 lines (6 with data), 178 Bytes

1
2
3
4
5
6
7
8
#!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