This commit is contained in:
dsyoon
2022-08-10 22:20:13 +09:00
parent 19d0180192
commit 21fc8f7661
2 changed files with 2 additions and 2 deletions

View File

@@ -188,6 +188,6 @@ if __name__ == "__main__":
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)
#hts.updteTodayStock(db_filename, stock_code, today_str)
print ("done...")

View File

@@ -188,6 +188,6 @@ if __name__ == "__main__":
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)
#hts.updteTodayStock(db_filename, stock_code, today_str)
print ("done...")