From 70e189da010c77be81b6e818b1d135a063d9f02f Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Wed, 3 Aug 2022 16:16:39 +0900 Subject: [PATCH] init --- hts/HTS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts/HTS.py b/hts/HTS.py index f893361..69eda86 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -570,7 +570,7 @@ class HTS: conn.commit() cursor.close() conn.close() - print("insert...", stock_code, ymd) + print("update...", stock_code, ymd) return def getYMD(self, stock_code):