Skip to content

Commit

Permalink
Update crawl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marekq committed Mar 4, 2021
1 parent 2a6209e commit 34d7379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-crawl/crawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from bs4 import BeautifulSoup

logger = Logger()
modules_to_be_patched = ["boto3", "requests"]
modules_to_be_patched = ["botocore", "boto3", "requests"]
tracer = Tracer(patch_modules = modules_to_be_patched)

# establish a session with SES, DynamoDB and Comprehend
Expand Down

0 comments on commit 34d7379

Please sign in to comment.