1
0
Fork 0
mirror of https://github.com/koniu/recoll-webui.git synced 2025-10-03 09:49:25 +02:00
recoll-webui/webui-standalone.py
2013-07-09 18:19:35 +02:00

8 lines
187 B
Python
Executable file

#!/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