You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RIght now, the call to r.raise_for_status() is not within a try/except block. Since it can throw exceptions, it should be in one so the exception can be handled properly with descriptive output.
RIght now, the call to r.raise_for_status() is not within a try/except block. Since it can throw exceptions, it should be in one so the exception can be handled properly with descriptive output.