|
@@ -114,6 +114,7 @@ async def get_domain(req:q_req):
|
|
|
return JSONResponse(content=jsdict)
|
|
|
|
|
|
def fake_traffic(jsdict):
|
|
|
+ print('im here')
|
|
|
jsdict['totalVisits'] = js['totalVisits']*fake_traffic_weighted
|
|
|
for k,v in jsdict.items():
|
|
|
jsdict['EstimatedMonthlyVisits'][k]=v*fake_traffic_weighted
|