Replace "Request" with "Requests", the actual module name

This commit is contained in:
H. Kamran 2018-12-01 19:38:08 -08:00 committed by GitHub
parent 16057fd3de
commit 3f1b9d7b13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
try: try:
import requests import requests
except: except:
print("Request library not found, please install it before proceeding\n") print("Requests library not found, please install it before proceeding\n")
sys.exit() sys.exit()
try: try: