[tor-commits] [stem/master] Remove one mention of a hidden service directory

atagar at torproject.org atagar at torproject.org
Sun Nov 6 18:06:43 UTC 2016


commit 58f638c0c2c70e17fdc7f3ecfce5d54d5ac2c4f3
Author: cypherpunks <cypherpunks at torproject.org>
Date:   Sun Nov 6 13:38:24 2016 +0000

    Remove one mention of a hidden service directory
    
    Ephemeral hidden services do not touch disk so there is no hidden
    service directory to display.
---
 docs/_static/example/ephemeral_hidden_services.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/_static/example/ephemeral_hidden_services.py b/docs/_static/example/ephemeral_hidden_services.py
index 85d36fa..8ca3ab6 100644
--- a/docs/_static/example/ephemeral_hidden_services.py
+++ b/docs/_static/example/ephemeral_hidden_services.py
@@ -17,7 +17,6 @@ with Controller.from_port() as controller:
   # Create a hidden service where visitors of port 80 get redirected to local
   # port 5000 (this is where Flask runs by default).
 
-  print(" * Creating our hidden service in %s" % hidden_service_dir)
   response = controller.create_ephemeral_hidden_service({80: 5000}, await_publication = True)
   print(" * Our service is available at %s.onion, press ctrl+c to quit" % response.service_id)
 





More information about the tor-commits mailing list