fix: clearer coin array description

This commit is contained in:
AngeD 2023-07-14 17:32:21 +02:00
parent f2a906633c
commit fdac273ed4

2
crypto
View File

@ -3,8 +3,8 @@
import json
import requests
# [[id, symbol]]
COINS = [
# [id, symbol]
["bitcoin", "BTC"],
]
CUR = "usd"