random-robbie / AWS-Scanner

Scans a list of websites for Cloudfront or S3 Buckets
The Unlicense
104 stars 46 forks source link

Assignment of "err" #3

Open n4ncy opened 6 years ago

n4ncy commented 6 years ago

The assignment of the err variable is totally trivial - You never actually use it effectively. To improve usage of this you could add a logging feature which logs err out, or even just return err and handle it some way. If not then just remove it.

random-robbie commented 6 years ago

Fancy doing a PR request?

n4ncy commented 6 years ago

@random-robbie maybe later