mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
created docstring for set_path()
This commit is contained in:
parent
f0fb3ec0e1
commit
89109541bd
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class Wallet:
|
|||
self.interface.poke()
|
||||
|
||||
def set_path(self, wallet_path):
|
||||
|
||||
'''Set the path of the wallet.'''
|
||||
if wallet_path is not None:
|
||||
self.path = wallet_path
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue