now using requests lib as it handles errors nicely (#42)

* now using requests lib as it handles errors nicely

* remove unused import (urllib)

* FIX : replaced full_url with endpoint (not using urlib)

* LINT :  Found in waybackpy\wrapper.py:88  Unnecessary else after return
This commit is contained in:
Akash Mahanty
2020-12-13 15:44:37 +05:30
committed by GitHub
parent ca51c14332
commit bc3efc7d63
5 changed files with 59 additions and 74 deletions

View File

@@ -1 +1 @@
requests==2.24.0
requests>=2.24.0