This commit is contained in:
dsyoon
2021-09-11 00:11:10 +09:00
parent 42670252fa
commit 49c3ed87d5

View File

@@ -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] == ''):