Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit d31949d

Browse files
committed
dont get_conf
1 parent b5fa70a commit d31949d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bwscanner/attacher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def update_tor_config(tor, config):
140140
"""
141141
config_pairs = [(key, value) for key, value in config.items()]
142142
d = tor.protocol.set_conf(*itertools.chain.from_iterable(config_pairs))
143-
d.addCallback(lambda ok: tor.protocol.get_conf("OrPort"))
143+
d.addCallback(lambda ok: ok)
144144
return d.addCallback(lambda result: tor)
145145

146146

0 commit comments

Comments
 (0)