mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
path
This commit is contained in:
parent
d9ce04e98b
commit
73e2431291
1 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@ Simple wallet daemon for webservers.
|
||||||
host = 'localhost'
|
host = 'localhost'
|
||||||
port = 8444
|
port = 8444
|
||||||
password = 'my_password'
|
password = 'my_password'
|
||||||
|
path = 'wallet_path'
|
||||||
|
|
||||||
interface = Interface()
|
interface = Interface()
|
||||||
wallet = Wallet(interface)
|
wallet = Wallet(interface)
|
||||||
|
@ -79,7 +80,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
wallet.set_path('w')
|
wallet.set_path(wallet_path)
|
||||||
wallet.read()
|
wallet.read()
|
||||||
|
|
||||||
def server_thread():
|
def server_thread():
|
||||||
|
|
Loading…
Add table
Reference in a new issue