1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-06-15 23:06:40 +00:00

bug fix telegram pr 27

This commit is contained in:
Anson 2021-08-15 19:51:38 -07:00
parent a7fb09e341
commit 7e05e2dbec

View File

@ -86,8 +86,8 @@ class cg_Crypto:
str
Human readable text on status of CoinGecko API
"""
status = self.get(
"/ping",
status = r.get(
"https://api.coingecko.com/api/v3/ping",
timeout=5,
)