mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-07-31 18:41:24 +00:00
get ref-data daily
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user