init
This commit is contained in:
@@ -29,7 +29,7 @@ if __name__ == "__main__":
|
||||
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
|
||||
for stock in stocks:
|
||||
hts.insertStockData(today, stock['stock_code'], stock['stock_name'])
|
||||
|
||||
hts.disconnect()
|
||||
hts.bot.sendMsg("done... {} ({})".format(stock['stock_code'], stock['stock_name']))
|
||||
hts.disconnect()
|
||||
|
||||
print("done...")
|
||||
Reference in New Issue
Block a user