diff --git a/HTS_122630.py b/HTS_122630.py index cecaa8e..a5189e8 100644 --- a/HTS_122630.py +++ b/HTS_122630.py @@ -184,7 +184,7 @@ if __name__ == "__main__": hts = HTS_122630(RESOURCE_PATH, stock_code, buy_count) today_str = today.strftime('%Y%m%d') - #today_str = "20220902" + #today_str = "20220906" hts.buyRealTime(today_str) db_filename = os.path.join(RESOURCE_PATH, "hts.db") diff --git a/HTS_252670.py b/HTS_252670.py index cdb7109..b5f6951 100644 --- a/HTS_252670.py +++ b/HTS_252670.py @@ -186,7 +186,7 @@ if __name__ == "__main__": hts = HTS_252670(RESOURCE_PATH, stock_code, buy_count) today_str = today.strftime('%Y%m%d') - #today_str = "20220902" + #today_str = "20220906" hts.buyRealTime(today_str) db_filename = os.path.join(RESOURCE_PATH, "hts.db") diff --git a/resources/hts.db b/resources/hts.db index 3d06f9c..3956e81 100644 Binary files a/resources/hts.db and b/resources/hts.db differ