luojunhui hai 2 meses
pai
achega
ff037c40f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tasks/account_recognize_by_llm.py

+ 1 - 1
tasks/account_recognize_by_llm.py

@@ -55,7 +55,7 @@ class AccountRecognizer:
         """
         """
         fetch_query = f"""
         fetch_query = f"""
             select id, title_list from crawler_candidate_account_pool
             select id, title_list from crawler_candidate_account_pool
-            where avg_score is null and status = 0 limit 10;
+            where avg_score is null and status = 0;
         """
         """
         fetch_response = self.db_client.fetch(fetch_query, cursor_type=DictCursor)
         fetch_response = self.db_client.fetch(fetch_query, cursor_type=DictCursor)
         return fetch_response
         return fetch_response