Skip to content

Commit

Permalink
Merge branch 'aditisrinivas97-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheYahya committed Jan 29, 2019
2 parents 011df7a + 6710807 commit 263b8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from torrequest import TorRequest

module_name = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.4.2"
__version__ = "0.4.3"
amount = 0

BANNER = r'''
Expand Down
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 263b8b3

Please sign in to comment.