diff --git a/.gitignore b/.gitignore index c18d05e..b234107 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ # ---> Python .idea -*.db *.json *.html -resources/*.db +resources/stock*.db resources/analysis # Byte-compiled / optimized / DLL files diff --git a/hts/HTS.py b/hts/HTS.py index 555d249..e7d9789 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -498,7 +498,7 @@ class HTS: conn.commit() cursor.close() conn.close() - print(idx, stock_code, stock_name, ymd) + print("insert...", stock_code, stock_name, today) return diff --git a/resources/hts.db b/resources/hts.db new file mode 100644 index 0000000..9725c4d Binary files /dev/null and b/resources/hts.db differ