init
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user