mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +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'
|
||||
port = 8444
|
||||
password = 'my_password'
|
||||
path = 'wallet_path'
|
||||
|
||||
interface = Interface()
|
||||
wallet = Wallet(interface)
|
||||
|
@ -79,7 +80,7 @@ if __name__ == '__main__':
|
|||
|
||||
else:
|
||||
|
||||
wallet.set_path('w')
|
||||
wallet.set_path(wallet_path)
|
||||
wallet.read()
|
||||
|
||||
def server_thread():
|
||||
|
|
Loading…
Add table
Reference in a new issue