Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Gathondu committed Jun 23, 2017
2 parents 7fec6da + a7d25a4 commit fb16d0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion healthtools/scrapers/base_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def __init__(self):
self.s3_historical_record_key = None # s3 historical_record key
self.s3 = boto3.client("s3", **{
"aws_access_key_id": AWS["aws_access_key_id"],
"aws_secret_access_key": AWS["aws_secret_access_key"],
"region_name": AWS["region_name"]
})
# set up authentication credentials
Expand Down

0 comments on commit fb16d0b

Please sign in to comment.