ValvePython / steam

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

add phone number #322

Closed OliverTrust closed 3 years ago

OliverTrust commented 3 years ago

Hi, all worked good but after update: add_phone_number(phone_number) return only bool (not dict) and i can't after confirm email continue

p.s. old version worked

rossengeorgiev commented 3 years ago

I can't understand what you are reporting. To add phone number follow the steps outlined here: https://steam.readthedocs.io/en/latest/api/steam.guard.html#steam.guard.SteamAuthenticator.add_phone_number

OliverTrust commented 3 years ago

Installed version from github (directly), now work fine

rossengeorgiev commented 3 years ago

Yes, you need to install from the repo to get the fix from #312, or wait for v2.0 release.