mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 06:56:46 +00:00
bug fix
This commit is contained in:
parent
bea03c73e3
commit
89e8566427
@ -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,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user