|
@@ -71,7 +71,7 @@ async def get_domain(domain_name):
|
|
|
js2=json.loads(response.text)
|
|
|
print(response.text)
|
|
|
|
|
|
- jsdict['monthlyVisitsEstimate']=js2['monthlyVisitsEstimate']
|
|
|
+ jsdict['EstimatedMonthlyVisits']=js2['monthlyVisitsEstimate']
|
|
|
# desc=js['siteDescription']
|
|
|
# ustr=desc.encode('utf-8').decode('utf-8')
|
|
|
# print(ustr)
|