- DartAPI 요청 버그 수정

- 8092 종목명 찾기 수정
- 실패한 종목명 배경색 추가
This commit is contained in:
2017-02-05 16:55:15 +09:00
parent f33be2f4eb
commit 994e0168a8
4 changed files with 21 additions and 28 deletions

View File

@@ -221,7 +221,7 @@ namespace NewsCrawler
public static bool CheckRightsIssue()
{
return (bool)m_Data["ann-ann-rights-issue"];
return (bool)m_Data["ann-rights-issue"];
}
public static bool CheckPatent()