Skip to content

Commit

Permalink
Fixed torrc editing: Empty lines; ControlPort 0 / SocksPort 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel authored and ralphwetzel committed May 1, 2020
1 parent 4e35696 commit 1e7fe34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions theonionpack/top/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def get_control(self):
c = []

config = [cc.strip() for cc in c]
print(config)

params = {
'version': self.version
Expand Down Expand Up @@ -291,7 +290,6 @@ def get_nickname(self, controller=None):
try:
c = self.create_controller()
except Exception as exc:
print(exc)
return
else:
c = controller
Expand Down

0 comments on commit 1e7fe34

Please sign in to comment.