commit 882c17ea6626bff95f8ad00a387f31d4a889d469 Author: Philipp Winter phw@torproject.org Date: Thu Jul 25 10:34:44 2013 +0200
Don't pretend that we have a server running at 192.168.178.31 when it's not true. --- run.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/run.py b/run.py index 2ab45f1..3e534f5 100644 --- a/run.py +++ b/run.py @@ -101,5 +101,4 @@ rest_api = [(r"/(.*)", LongStatic, {"path": "./"})] if __name__ == "__main__": application = web.Application(rest_api) application.listen(8888) - print "Running on http://192.168.178.31:8888/index.html" ioloop.IOLoop.instance().start()
tor-commits@lists.torproject.org