mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-06 21:03:45 -04:00
Fix wait_for_hs bug when specifying --local-only
This commit is contained in:
parent
c49cc75a55
commit
a5b3d45d1e
@ -94,6 +94,9 @@ class OnionShare(object):
|
||||
self.onion_host = open(hostname_file, 'r').read().strip()
|
||||
|
||||
def wait_for_hs(self):
|
||||
if self.local_only:
|
||||
return True
|
||||
|
||||
print strings._('wait_for_hs')
|
||||
|
||||
if helpers.get_platform() == 'Tails':
|
||||
|
Loading…
x
Reference in New Issue
Block a user