From 862282ce99760832d3e9e5b4b1171b861105e004 Mon Sep 17 00:00:00 2001 From: Ebus-at-dockstar Date: Mon, 25 Mar 2013 10:24:28 +0100 Subject: move old stuff away --- bin/web_prod.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 bin/web_prod.py (limited to 'bin/web_prod.py') diff --git a/bin/web_prod.py b/bin/web_prod.py deleted file mode 100755 index 97bf39c..0000000 --- a/bin/web_prod.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python -# coding: utf-8 -import bottle -from ebus import webhdf - -if __name__ == "__main__": - bottle.debug(False) - - bottle.run(webhdf.app, host="0.0.0.0", port=8000, reloader=False) -- cgit v1.2.1