mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
get ref-data daily
This commit is contained in:
parent
7d018b78b5
commit
b5f1976d9e
@ -70,7 +70,7 @@ _Donations can only be made in a chat directly with @simplestockbot_
|
||||
if IEX_TOKEN != "":
|
||||
self.get_symbol_list()
|
||||
|
||||
schedule.every().monday.do(self.get_symbol_list)
|
||||
schedule.every().day.do(self.get_symbol_list)
|
||||
schedule.every().day.do(self.clear_charts)
|
||||
|
||||
def clear_charts(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user