init
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,9 +1,8 @@
|
||||
# ---> Python
|
||||
.idea
|
||||
*.db
|
||||
*.json
|
||||
*.html
|
||||
resources/*.db
|
||||
resources/stock*.db
|
||||
resources/analysis
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
||||
@@ -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
BIN
resources/hts.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user