unity-sds / mdps-tutorial

Tutorials for the Sounder SIPS prototype effort
Apache License 2.0
2 stars 3 forks source link

Fixed variable scoping issue with try/except block. #13

Closed anilnatha closed 2 years ago

anilnatha commented 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

I tagged you for the review so you can close it out.