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:
@@ -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
|
||||
|
Reference in New Issue
Block a user