1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-09-12 16:54:59 +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

@@ -25,7 +25,7 @@ class IEX_Symbol:
searched_symbols = {}
otc_list = []
charts = {}
trending_cache = ["Trending Stocks Currently Unavailable."]
trending_cache = None
def __init__(self) -> None:
"""Creates a Symbol Object