Fixed a missing import in exchange_rate.py that caused program hangs and...
@ -8,6 +8,7 @@ import json
import threading
import time
import re
from ssl import SSLError
from decimal import Decimal