DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.89k stars 526 forks source link

Fixing the check of HTTPError #90

Closed SubaruSama closed 6 years ago

SubaruSama commented 6 years ago

I've changed the code for checking the type of err. Before was if type(err) == HTTPError and i've followed the recommendations of CodeFactor and changed to isinstance(err, HTTPError). I didn't tested yet the fix.

Fixes: #86

PSNAppz commented 6 years ago

@SubaruSama Good Job 👏🏻

SubaruSama commented 6 years ago

Thanks!