mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-08-01 11:01:37 +00:00
bug fix
This commit is contained in:
@@ -86,8 +86,8 @@ class cg_Crypto:
|
|||||||
str
|
str
|
||||||
Human readable text on status of CoinGecko API
|
Human readable text on status of CoinGecko API
|
||||||
"""
|
"""
|
||||||
status = self.get(
|
status = r.get(
|
||||||
"/ping",
|
"https://api.coingecko.com/api/v3/ping",
|
||||||
timeout=5,
|
timeout=5,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user