Browse Source

import SSLError

283
ThomasV 10 years ago
parent
commit
44b44279e7
  1. 2
      plugins/exchange_rate.py

2
plugins/exchange_rate.py

@ -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…
Cancel
Save