mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
fix #948
This commit is contained in:
parent
f8fbce1243
commit
ceaa48fd73
1 changed files with 1 additions and 1 deletions
|
@ -2,12 +2,12 @@ import os, sys, re, json
|
|||
import platform
|
||||
import shutil
|
||||
from datetime import datetime
|
||||
from i18n import _
|
||||
|
||||
class NotEnoughFunds(Exception): pass
|
||||
|
||||
class InvalidPassword(Exception):
|
||||
def __str__(self):
|
||||
from i18n import _
|
||||
return _("Incorrect password")
|
||||
|
||||
class MyEncoder(json.JSONEncoder):
|
||||
|
|
Loading…
Add table
Reference in a new issue