This commit is contained in:
dsyoon
2023-12-14 14:09:37 +09:00
parent 55b491cda5
commit 1660d3f314

View File

@@ -23,7 +23,7 @@ if __name__ == "__main__":
if not os.path.exists(os.path.join(RESOURCE_PATH, "log")):
os.mkdir(os.path.join(RESOURCE_PATH, "log"))
MAX_PRICE = 500000
MAX_PRICE = 300000
hts.buyRealTime(stocks, today_str, MAX_PRICE=MAX_PRICE)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")