bugfix: missing import statement

This commit is contained in:
iou1name 2019-11-05 07:58:20 -05:00
parent 6368a60f59
commit 6ff6dc07d8

View File

@ -5,6 +5,7 @@ Other crypto coins to be added someday.
""" """
import requests import requests
import config
from module import commands, example from module import commands, example
CUR_URI = "https://v3.exchangerate-api.com/bulk/{API_KEY}/{CUR_FROM}" CUR_URI = "https://v3.exchangerate-api.com/bulk/{API_KEY}/{CUR_FROM}"