init
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
BIN
resources/hts.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user