init
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user