1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-25 07:31:48 +00:00

trending only returns if data was retrieved. #75

This commit is contained in:
2021-08-30 13:46:12 -07:00
parent 0649789bf8
commit 0877949a89
3 changed files with 467 additions and 459 deletions

View File

@@ -22,7 +22,7 @@ class cg_Crypto:
vs_currency = "usd" # simple/supported_vs_currencies for list of options
searched_symbols = {}
trending_cache = ["Trending Coins Currently Unavailable."]
trending_cache = None
def __init__(self) -> None:
"""Creates a Symbol Object