Browse Source

moniter js2

ming 3 năm trước cách đây
mục cha
commit
6493c6c6f3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      similar_web/main.py

+ 1 - 0
similar_web/main.py

@@ -135,6 +135,7 @@ async def get_domain_by_keyword(req:kw_req):
 
         response = requests.request("GET", url, headers=headers, params=querystring)
         js2=json.loads(response.text)
+        print(js2)
         jsdict['totalVisits'] = js2['engagement']['totalVisits']
         jsdict['EstimatedMonthlyVisits']=js2['monthlyVisitsEstimate']
         log_table = db['storage_similar_web']