crawlerlist naver - cafe, blog ; list 가져오는 url 수정

git-svn-id: svn://192.168.0.12/source@326 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-12-01 02:54:57 +00:00
parent 9306969bea
commit e9063aa9c9
4 changed files with 5 additions and 3 deletions

View File

@@ -2430,6 +2430,7 @@ bool SCrawler::setProxyFromDb()
void SCrawler::setProxy()
{
bool ok = setProxyFromFile() || setProxyFromDb();
//bool ok = false;
if (!ok)
cout << "No Proxy" << endl;
}