@@ -34,7 +34,7 @@ class Details(feapder.Spider):
def start_requests(self):
list_page_datas = self.to_db.find(
self.db_name,
- {"type": "1", "timeout": None},
+ {"type": "1", "timeout": {"$exists": 0}},
sort={"l_np_publishtime": 1},
limit=100)