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 # ---> Python
.idea .idea
*.db
*.json *.json
*.html *.html
resources/*.db resources/stock*.db
resources/analysis resources/analysis
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files

View File

@@ -498,7 +498,7 @@ class HTS:
conn.commit() conn.commit()
cursor.close() cursor.close()
conn.close() conn.close()
print(idx, stock_code, stock_name, ymd) print("insert...", stock_code, stock_name, today)
return return

BIN
resources/hts.db Normal file

Binary file not shown.