init
This commit is contained in:
@@ -188,6 +188,6 @@ if __name__ == "__main__":
|
||||
|
||||
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
|
||||
hts.insertStockData(db_filename, stock_code, stock_name, today_str)
|
||||
hts.updteTodayStock(db_filename, stock_code, today_str)
|
||||
#hts.updteTodayStock(db_filename, stock_code, today_str)
|
||||
|
||||
print ("done...")
|
||||
|
||||
@@ -188,6 +188,6 @@ if __name__ == "__main__":
|
||||
|
||||
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
|
||||
hts.insertStockData(db_filename, stock_code, stock_name, today_str)
|
||||
hts.updteTodayStock(db_filename, stock_code, today_str)
|
||||
#hts.updteTodayStock(db_filename, stock_code, today_str)
|
||||
|
||||
print ("done...")
|
||||
|
||||
Reference in New Issue
Block a user