updating password for control port auth

This commit is contained in:
AntiTree 2016-07-03 11:09:07 -04:00
parent 436400bac8
commit 8690f647e3

View File

@ -1,7 +1,7 @@
from stem.control import Controller
with Controller.from_port(port = 9051) as controller:
controller.authenticate("balls")
controller.authenticate("password")
for desc in controller.get_network_statuses():
print("found relay %s (%s)" % (desc.nickname, desc.fingerprint))