summaryrefslogtreecommitdiff
path: root/plinth.py
diff options
context:
space:
mode:
authorNick Daly <Nick.M.Daly@gmail.com>2012-10-07 20:37:36 -0500
committerNick Daly <Nick.M.Daly@gmail.com>2012-10-07 20:37:36 -0500
commitc129254e8a5ecfbc247bdd90489b68d7ba11858a (patch)
treeb45f3aae59fd71476fd1f016662bf492ba431272 /plinth.py
parentded54c9c48bb8ff829ec628961c0517baaf89883 (diff)
parentc9fbe4d3d800746e8bacd66ae904dfbfb8aed223 (diff)
Merge branch 'master' of github.com:NickDaly/Plinth
Diffstat (limited to 'plinth.py')
-rwxr-xr-xplinth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plinth.py b/plinth.py
index d2a3e3e..6c19746 100755
--- a/plinth.py
+++ b/plinth.py
@@ -148,7 +148,7 @@ def setup():
def main():
setup()
- print "localhost %d" % cfg.port
+ print "%s %d" % (cfg.host, cfg.port)
cherrypy.engine.start()
cherrypy.engine.block()