init
This commit is contained in:
@@ -468,9 +468,6 @@ class Analyzer:
|
||||
item_name = result[1]
|
||||
print("#html", rowid, item_name)
|
||||
|
||||
if rowid == 1821 or item_name == "롯리츠":
|
||||
print(1)
|
||||
|
||||
# 부실 기업은 매수하지 않고 그냥 넘긴다.
|
||||
# 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] == ''):
|
||||
|
||||
Reference in New Issue
Block a user