浏览代码

moniter js2

ming 3 年之前
父节点
当前提交
6493c6c6f3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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']