update cryptocompare coinlist api

This commit is contained in:
wassname
2017-11-10 09:45:54 +08:00
parent 08ba3f5967
commit 276beeb189
+1 -1
View File
@@ -51,7 +51,7 @@ class CryptocompareHisto:
def get_coinlist():
"""Return general info for all coins available.
"""
url = API_URL + "coinlist"
url = API_URL + "all/coinlist"
return requests.get(url).json()