Closed anilnatha closed 2 years ago
@rtapella this pull request will resolve the issue you had with the error:
---> 16 except request.exceptions.HTTPError as e: 17 # An error has occurred, print the error message that was generated 18 print(e.reason) NameError: name 'request' is not defined
---> 16 except request.exceptions.HTTPError as e: 17 # An error has occurred, print the error message that was generated 18 print(e.reason)
NameError: name 'request' is not defined
I tagged you for the review so you can close it out.
@rtapella this pull request will resolve the issue you had with the error:
I tagged you for the review so you can close it out.