This commit is contained in:
dsyoon
2023-01-20 19:47:48 +09:00
parent ddb576fdae
commit 7489a3e461

View File

@@ -166,10 +166,4 @@ if __name__ == "__main__":
today_str = today.strftime('%Y%m%d')
hts.buyRealTime(today_str)
"""
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
#today_str = "20220916"
hts.insertStockData(db_filename, stock_code, stock_name, today_str)
#hts.updteTodayStock(db_filename, stock_code, today_str)
"""
print ("done...")