mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
import SSLError
This commit is contained in:
parent
78573e202d
commit
44b44279e7
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ import threading
|
|||
import time
|
||||
import re
|
||||
from decimal import Decimal
|
||||
from ssl import SSLError
|
||||
|
||||
from electrum.plugins import BasePlugin, hook
|
||||
from electrum.i18n import _
|
||||
from electrum_gui.qt.util import *
|
||||
|
|
Loading…
Add table
Reference in a new issue