init
This commit is contained in:
@@ -22,8 +22,6 @@ week = datetime.today().weekday()
|
||||
|
||||
if week in (0, 1, 2, 3, 4):
|
||||
|
||||
while True:
|
||||
try:
|
||||
# 재무제표는 3개월마다 다운로드를 한다.
|
||||
fnGuideCrawler = FnGuideCrawler(START_DATE)
|
||||
print("[KOSPI 상장기업 재무제표 다운로드]")
|
||||
@@ -75,9 +73,6 @@ if week in (0, 1, 2, 3, 4):
|
||||
print("print to Html...")
|
||||
analyzerSqlite.findCandidate(outPath)
|
||||
|
||||
break
|
||||
except:
|
||||
continue
|
||||
|
||||
print("time : %6.2f 초", (time.time() - start))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user