diff --git a/HTS_122630.py b/HTS_122630.py index 26033e8..345f2a0 100644 --- a/HTS_122630.py +++ b/HTS_122630.py @@ -181,7 +181,7 @@ if __name__ == "__main__": hts = HTS_122630(RESOURCE_PATH, stock_code, buy_count) today_str = today.strftime('%Y%m%d') - + today_str = "20220902" hts.buyRealTime(today_str) db_filename = os.path.join(RESOURCE_PATH, "hts.db") diff --git a/HTS_252670.py b/HTS_252670.py index a106f29..789dc34 100644 --- a/HTS_252670.py +++ b/HTS_252670.py @@ -182,7 +182,7 @@ if __name__ == "__main__": hts = HTS_252670(RESOURCE_PATH, stock_code, buy_count) today_str = today.strftime('%Y%m%d') - + #today_str = "20220902" hts.buyRealTime(today_str) db_filename = os.path.join(RESOURCE_PATH, "hts.db") diff --git a/resources/hts.db b/resources/hts.db index ac9cb18..4261aad 100644 Binary files a/resources/hts.db and b/resources/hts.db differ