f541cc7321a9

web: fix the host/port options
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Jun 2010 00:33:05 -0400
parents f6d10a9c8fda
children 921222f48d5d
branches/tags (none)
files review/web_ui.py

Changes

--- a/review/web_ui.py	Sat Jun 12 00:27:45 2010 -0400
+++ b/review/web_ui.py	Sat Jun 12 00:33:05 2010 -0400
@@ -142,4 +142,4 @@
     site_read_only = read_only
 
     app.debug = True
-    app.run()
+    app.run(host=address, port=port)