This commit is contained in:
dsyoon
2022-07-29 15:51:16 +09:00
parent 7e7998e335
commit 1b4df5f2a3
3 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,9 +1,8 @@
# ---> Python
.idea
*.db
*.json
*.html
resources/*.db
resources/stock*.db
resources/analysis
# Byte-compiled / optimized / DLL files

View File

@@ -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

BIN
resources/hts.db Normal file

Binary file not shown.