From 6a463bb1adf9e33e8746c2c1bb891070c519560c Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Mon, 18 Oct 2021 19:31:21 +0900 Subject: [PATCH] init --- hts/HTS_122630.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hts/HTS_122630.py b/hts/HTS_122630.py index 1534625..9986db0 100644 --- a/hts/HTS_122630.py +++ b/hts/HTS_122630.py @@ -658,7 +658,7 @@ if __name__ == "__main__": stock_codes = ["122630"] given_day = datetime.today().strftime('%Y%m%d') - hts.writeStockData(stock_codes, "20211018") - #hts.buyRealTime(stock_codes[0], given_day) + #hts.writeStockData(stock_codes, "20211018") + hts.buyRealTime(stock_codes[0], given_day) print ("done...")