1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2026-06-04 13:20:25 +00:00

make it easier to debug bot without using messages

This commit is contained in:
2021-01-31 15:13:28 -07:00
parent 6c1c9ac420
commit 11d64ab413
+1
View File
@@ -53,6 +53,7 @@ Market data is provided by [IEX Cloud](https://iexcloud.io)
def __init__(self, IEX_TOKEN: str): def __init__(self, IEX_TOKEN: str):
self.IEX_TOKEN = IEX_TOKEN self.IEX_TOKEN = IEX_TOKEN
if IEX_TOKEN != "":
self.get_symbol_list() self.get_symbol_list()
schedule.every().monday.do(self.get_symbol_list) schedule.every().monday.do(self.get_symbol_list)