Explorar el Código

MOVE NO DATA TO []

ming hace 3 años
padre
commit
db3b83b318
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      similar_web/main.py

+ 1 - 1
similar_web/main.py

@@ -144,7 +144,7 @@ async def get_domain_by_keyword(req:kw_req):
             jsdict['EstimatedMonthlyVisits']=js2['monthlyVisitsEstimate']
         except:
             jsdict['totalVisits'] = -1
-            jsdict['EstimatedMonthlyVisits'] = 'no data'
+            jsdict['EstimatedMonthlyVisits'] = []
 
         log_table = db['storage_similar_web']
         log_table.insert({'SiteName':raw_domain,'Description':jsdict['Description'],'GlobalRank':jsdict['GlobalRank']