Browse Source

Update pq_video_searcher: remove print

StrayWarrior 3 weeks ago
parent
commit
5a677bd19a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pqai_agent/toolkit/pq_video_searcher.py

+ 0 - 2
pqai_agent/toolkit/pq_video_searcher.py

@@ -23,8 +23,6 @@ class PQVideoSearcher(BaseToolkit):
             'pageSize': "10",
             'pageNo': "1"
         }
-        raw_data = '&'.join([f"{k}={v}" for k, v in data.items()])
-        print(data)
 
         try:
             response = requests.post(self.API_URL, data=data)