Skip to content

Commit

Permalink
Fix issue with site name and url
Browse files Browse the repository at this point in the history
  • Loading branch information
aditisrinivas97 committed Jan 27, 2019
1 parent 011df7a commit 619d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_rank(domain_to_query, dest):
th = threading.Thread(target=get_rank, args=(url_main, data.get(social_network)))
else:
th = None
pool.append((url_main, url_main, th))
pool.append((social_network, url_main, th))
if args.rank:
th.start()

Expand Down

0 comments on commit 619d9ab

Please sign in to comment.