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
File "C:\Users\mipos\PycharmProjects\pythonProject.venv\Lib\site-packages\steampy\utils.py", line 23, in func_wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mipos\PycharmProjects\pythonProject.venv\Lib\site-packages\steampy\market.py", line 156, in create_buy_order
if (success := response.get('success')) != 1:
^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'get'
I pass everything to the function correctly, the answer does not come at all
The text was updated successfully, but these errors were encountered:
File "C:\Users\mipos\PycharmProjects\pythonProject.venv\Lib\site-packages\steampy\utils.py", line 23, in func_wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mipos\PycharmProjects\pythonProject.venv\Lib\site-packages\steampy\market.py", line 156, in create_buy_order
if (success := response.get('success')) != 1:
^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'get'
I pass everything to the function correctly, the answer does not come at all
The text was updated successfully, but these errors were encountered: