mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-29 01:06:16 -05:00
Typo
Overlooked because I can only use a password-auth branch on my PC
This commit is contained in:
parent
aab094d0e2
commit
1786b5a891
@ -118,7 +118,7 @@ class OnionShare(object):
|
||||
pass
|
||||
if not self.controller:
|
||||
raise NoTor(strings._("cant_connect_ctrlport").format(tor_control_ports))
|
||||
controller.authenticate()
|
||||
self.controller.authenticate()
|
||||
|
||||
# set up hidden service
|
||||
self.original_hs = self.controller.get_conf_map('HiddenServiceOptions') or {
|
||||
|
Loading…
Reference in New Issue
Block a user