mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-08-01 11:01:33 +00:00
make it easier to debug bot without using messages
This commit is contained in:
@@ -53,6 +53,7 @@ Market data is provided by [IEX Cloud](https://iexcloud.io)
|
||||
|
||||
def __init__(self, IEX_TOKEN: str):
|
||||
self.IEX_TOKEN = IEX_TOKEN
|
||||
if IEX_TOKEN != "":
|
||||
self.get_symbol_list()
|
||||
|
||||
schedule.every().monday.do(self.get_symbol_list)
|
||||
|
Reference in New Issue
Block a user