This commit is contained in:
dsyoon
2023-07-18 11:42:01 +09:00
parent 617e9b0ddf
commit b7275274b8
2 changed files with 13 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ if week in (0, 1, 2, 3, 4): # 0:월, 1:화, 2:수, 3:목, 4:금, 5:토, 6:일
ERROR_COUNT = 0
while ERROR_COUNT < 3:
try:
@@ -165,6 +166,7 @@ if week in (0, 1, 2, 3, 4): # 0:월, 1:화, 2:수, 3:목, 4:금, 5:토, 6:일
ERROR_COUNT = 0
while ERROR_COUNT < 3:
try:
@@ -180,6 +182,7 @@ if week in (0, 1, 2, 3, 4): # 0:월, 1:화, 2:수, 3:목, 4:금, 5:토, 6:일
inFileName = PROJECT_HOME + '/resources/stock.db'
analyzerSqlite = AnalyzerSqlite(stockFileName)
@@ -232,5 +235,6 @@ if week in (0, 1, 2, 3, 4): # 0:월, 1:화, 2:수, 3:목, 4:금, 5:토, 6:일
print("time : %6.2f", (time.time() - start))
print ("done...")