This commit is contained in:
dosangyoon
2022-07-29 14:28:27 +09:00
parent b06a89eb2f
commit 794e2ea5f7
1082 changed files with 4441 additions and 446000 deletions

View File

@@ -59,7 +59,7 @@ if __name__ == "__main__":
today = datetime.today()
PROJECT_HOME = os.path.join(os.path.dirname(os.path.join(os.path.dirname(os.path.join(os.path.dirname(__file__))))))
RESOURCE_DIR = PROJECT_HOME + "/hits/data"
RESOURCE_DIR = PROJECT_HOME + "/hits/hts"
stock_codes = ["252670", "122630"]
dataDownloader = DataDownloader()