Skip to content

Commit

Permalink
Fixed requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
soxoj committed Dec 8, 2021
1 parent 858289d commit 1b0c01f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions marple.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,7 @@ async def marple(username, max_count, url_filter_enabled, is_debug=False, proxy=

errors = [await f for f in tqdm.tqdm(asyncio.as_completed(coros), total=len(coros))]

print('here1')
if is_debug:
print('here2')
with open(debug_filename, 'w') as results_file:
json.dump({'res': results}, results_file, cls=LinkEncoder)
else:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pypdf2
socid_extractor
maigret
aiohttp_socks
git+https://github.com/soxoj/Search-Engines-Scraper
search_engines @ https://github.com/soxoj/Search-Engines-Scraper/archive/refs/heads/master.zip
tqdm

0 comments on commit 1b0c01f

Please sign in to comment.