init
This commit is contained in:
@@ -364,13 +364,6 @@ class Analyzer:
|
|||||||
item_name = result[1]
|
item_name = result[1]
|
||||||
print("#html", rowid, item_name)
|
print("#html", rowid, item_name)
|
||||||
|
|
||||||
if item_code != "050960":
|
|
||||||
rowid += 1
|
|
||||||
cursor.execute('SELECT CODE, NAME, PRICE, STOCHASTIC FROM ' + self.tableName + ' WHERE rowid=?', (rowid,))
|
|
||||||
result = cursor.fetchone()
|
|
||||||
continue
|
|
||||||
|
|
||||||
|
|
||||||
# 부실 기업은 매수하지 않고 그냥 넘긴다.
|
# 부실 기업은 매수하지 않고 그냥 넘긴다.
|
||||||
# kospi 지수와 kosdak 지수도 그냥 넘긴다.
|
# kospi 지수와 kosdak 지수도 그냥 넘긴다.
|
||||||
if ((item_code in self.fnguide and not self.fnguide[item_code]) or (item_code == "KOSPI" or item_code == "KOSDAK") or result[3] == ''):
|
if ((item_code in self.fnguide and not self.fnguide[item_code]) or (item_code == "KOSPI" or item_code == "KOSDAK") or result[3] == ''):
|
||||||
|
|||||||
Reference in New Issue
Block a user