diff talosnames/web.py @ 70:6e495bad69bb

print out what you are serving
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 10 Jan 2013 11:14:04 -0800
parents 0f5c22c07146
children
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')