This commit is contained in:
dosangyoon
2021-10-13 20:41:07 +09:00
parent 2a27dc1f70
commit b60036d611
2 changed files with 39 additions and 48 deletions

View File

@@ -481,7 +481,8 @@ class Analyzer:
result_3 = result[3]
if result[3] != result[3]:
result_3 = result[3].replace("NaN", "0")
if result[3]==None:
if result[3]==None or (result[2]=="[]" or result[3]=='' or result[4] == ''):
rowid += 1
cursor.execute('SELECT CODE, NAME, PRICE, STOCHASTIC, BOLINGERBAND FROM ' + self.tableName + ' WHERE rowid=?', (rowid,))
result = cursor.fetchone()