Browse Source

Merge pull request #1152 from chiguireitor/master

Fixed a missing import in exchange_rate.py that caused program hangs and...
283
ThomasV 10 years ago
parent
commit
b9537b0885
  1. 1
      plugins/exchange_rate.py

1
plugins/exchange_rate.py

@ -8,6 +8,7 @@ import json
import threading import threading
import time import time
import re import re
from ssl import SSLError
from decimal import Decimal from decimal import Decimal
from ssl import SSLError from ssl import SSLError

Loading…
Cancel
Save