mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-01 02:36:14 -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
|
pass
|
||||||
if not self.controller:
|
if not self.controller:
|
||||||
raise NoTor(strings._("cant_connect_ctrlport").format(tor_control_ports))
|
raise NoTor(strings._("cant_connect_ctrlport").format(tor_control_ports))
|
||||||
controller.authenticate()
|
self.controller.authenticate()
|
||||||
|
|
||||||
# set up hidden service
|
# set up hidden service
|
||||||
self.original_hs = self.controller.get_conf_map('HiddenServiceOptions') or {
|
self.original_hs = self.controller.get_conf_map('HiddenServiceOptions') or {
|
||||||
|
Loading…
Reference in New Issue
Block a user