mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 19:54:18 +01:00
same for wallet
This commit is contained in:
@@ -64,7 +64,7 @@ class LedgerAPI:
|
||||
s = requests.Session()
|
||||
s.headers.update({"Client-version": VERSION})
|
||||
socks_host, socks_port = None, None
|
||||
if TOR and TorProxy().check_platform():
|
||||
if TOR and TorProxy(dont_start=True).check_platform():
|
||||
self.tor = TorProxy(keep_alive=True)
|
||||
self.tor.wait_until_startup(verbose=True)
|
||||
socks_host, socks_port = "localhost", 9050
|
||||
|
||||
Reference in New Issue
Block a user