Browse Source

add asyncio

ming 3 years ago
parent
commit
b746c7ba1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      similar_web/main.py

+ 1 - 1
similar_web/main.py

@@ -50,7 +50,7 @@ def fake_traffic(jsdict):
         jsdict['GlobalRank']-=fake_rank_plus*66
         jsdict['GlobalRank']-=fake_rank_plus*66
         return jsdict
         return jsdict
 
 
-async def get_domain_data(raw_domain):
+def get_domain_data(raw_domain):
     url = "https://similarweb2.p.rapidapi.com/pageoverview"
     url = "https://similarweb2.p.rapidapi.com/pageoverview"
     domain_name=raw_domain
     domain_name=raw_domain
     if 'http' not in domain_name:
     if 'http' not in domain_name: