경로 수정

This commit is contained in:
dosangyoon
2021-08-31 04:08:05 +09:00
parent 20b4054d91
commit 527ca8dff4
2 changed files with 5 additions and 3 deletions

View File

@@ -577,7 +577,8 @@ class Analyzer:
if __name__ == "__main__":
start = time.time()
PROJECT_HOME = "../.."
PROJECT_HOME = os.path.join(os.path.dirname(os.path.join(os.path.dirname(os.path.join(os.path.dirname(__file__))))))
inFileName = PROJECT_HOME + '/resources/stock.db'
inFnguideFileName = PROJECT_HOME + '/resources/fnguide.db'
analyzer = Analyzer(PROJECT_HOME, inFileName, inFnguideFileName)