This commit is contained in:
dsyoon
2023-12-13 00:07:07 +09:00
parent d91fa4f0ef
commit 37808f73f8
6 changed files with 16 additions and 6 deletions

View File

@@ -20,7 +20,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 = 300000
MAX_PRICE = 500000
hts.buyRealTime(today_str, MAX_PRICE=MAX_PRICE)
db_filename = os.path.join(RESOURCE_PATH, "hts.db")