ValvePython / steam

☁️ Python package for interacting with Steam
http://steam.readthedocs.io
MIT License
1.05k stars 127 forks source link

fix: use safe .get method by accessing resp fields #426

Closed ujlbu4 closed 1 year ago

ujlbu4 commented 1 year ago

Otherwise it wont go to 'else' section and fail with KeyError exception

rossengeorgiev commented 1 year ago

That code needs to be refactored after the change to how logins work. Any changes to it are unnecessary.