# HG changeset patch # User Jeff Hammel # Date 1357845244 28800 # Node ID 6e495bad69bbd4fd13e4d9dad122ff6a6f0a6d59 # Parent 25812a846d24170b47191db869682c8d301d52e2 print out what you are serving diff -r 25812a846d24 -r 6e495bad69bb talosnames/web.py --- a/talosnames/web.py Thu Dec 13 11:06:13 2012 -0800 +++ b/talosnames/web.py Thu Jan 10 11:14:04 2013 -0800 @@ -159,6 +159,7 @@ app = Handler() print "Done creating handler." + print "http://localhost:%s/" % options.port if options.output: f = file(options.output, 'w')