Skip to content

Commit

Permalink
fix: fix issue with twitter source search and proxy varible not updat…
Browse files Browse the repository at this point in the history
…ing issue
  • Loading branch information
brokoder committed Jan 3, 2022
1 parent d074a03 commit 42065b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theHarvester/discovery/twittersearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ async def get_people(self, proxy=False):
handles.add(result.group(0))
return handles

async def process(self):
async def process(self, proxy=False):
self.proxy = proxy
await self.do_search()

0 comments on commit 42065b7

Please sign in to comment.