init
This commit is contained in:
@@ -166,10 +166,4 @@ if __name__ == "__main__":
|
||||
today_str = today.strftime('%Y%m%d')
|
||||
hts.buyRealTime(today_str)
|
||||
|
||||
"""
|
||||
db_filename = os.path.join(RESOURCE_PATH, "hts.db")
|
||||
#today_str = "20220916"
|
||||
hts.insertStockData(db_filename, stock_code, stock_name, today_str)
|
||||
#hts.updteTodayStock(db_filename, stock_code, today_str)
|
||||
"""
|
||||
print ("done...")
|
||||
|
||||
Reference in New Issue
Block a user