naver news 수정
git-svn-id: svn://192.168.0.12/source@230 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -24,9 +24,9 @@ bool SNaverCafeListManage::Update()
|
||||
if(UseProcess() == false)
|
||||
{
|
||||
#if defined(Q_OS_WIN32)
|
||||
m_pro[0].start("python", QStringList() << "navercrawl.py" << m_strKeywordID << m_strGroupID << m_pMain->StartDay());
|
||||
m_pro[0].start("python", QStringList() << "webbasedcrawler.py" << "navercafe" << m_strKeywordID << m_strGroupID << m_pMain->StartDay() << m_pMain->UntilPage());
|
||||
#else
|
||||
m_pro[0].start("/usr/bin/python3", QStringList() << "navercrawl.py" << m_strKeywordID << m_strGroupID << m_pMain->StartDay());
|
||||
m_pro[0].start("/usr/bin/python3", QStringList() << "webbasedcrawler.py" << "navercafe" << m_strKeywordID << m_strGroupID << m_pMain->StartDay() << m_pMain->UntilPage());
|
||||
#endif
|
||||
m_nMode = E_PROCESS_FINISH_WAIT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user