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
...fixing it will require returning a dictionary instead of a requests response, which will be a breaking change. i tried to load the final resp['data']` with resp_data, but got TypeError: 'Response' object does not support item assignment...
The text was updated successfully, but these errors were encountered:
As mentioned by @bryanheinz:
https://github.com/lucasjhall/simpleMDMpy/blob/6ed6180192fa319ef9407cd1bba8f1ce6759430e/SimpleMDMpy/SimpleMDM.py#L46
Should be:
While noting:
The text was updated successfully, but these errors were encountered: