bugfix: missing import statement
This commit is contained in:
parent
6368a60f59
commit
6ff6dc07d8
|
@ -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}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user