This commit is contained in:
dosangyoon
2022-08-03 16:09:05 +09:00
parent e7e7d74f70
commit c1aec92866
2 changed files with 2 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ if __name__ == "__main__":
hts.buyRealTime(today_str)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
hts.insertStockData(db_filename, stock_code, stock_name, today_str)
hts.updteTodayStock(db_filename, stock_code, today_str)
print ("done...")