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):