From 89e85664278520fdfafb7d77aa953e5275de5dbc Mon Sep 17 00:00:00 2001 From: Anson Date: Sun, 15 Aug 2021 19:51:15 -0700 Subject: [PATCH] bug fix --- cg_Crypto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cg_Crypto.py b/cg_Crypto.py index 84944b2..17de1e3 100644 --- a/cg_Crypto.py +++ b/cg_Crypto.py @@ -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, )