changeset 70:6e495bad69bb

print out what you are serving
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 10 Jan 2013 11:14:04 -0800
parents 25812a846d24
children 799161f6ae4c
files talosnames/web.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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')