mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 08:21:27 +00:00
storage: fix path standardisation
This commit is contained in:
parent
93fa9a9d69
commit
d11481f360
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class WalletStorage(PrintError):
|
|||
self._file_exists = self.path and os.path.exists(self.path)
|
||||
|
||||
DB_Class = JsonDB
|
||||
self.path = path
|
||||
self.print_error("wallet path", self.path)
|
||||
self.pubkey = None
|
||||
if self.file_exists():
|
||||
|
|
Loading…
Add table
Reference in a new issue