1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 15:06:53 +00:00

Merge branch 'canary' into 'master'

bug fix

See merge request simple-stock-bots/simple-telegram-stock-bot!27
This commit is contained in:
Anson Biggs 2021-08-16 02:54:29 +00:00
commit 0eab043e09

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,
)