ValvePython / steam

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

How to use get_web_session()? #330

Closed PdA1337 closed 3 years ago

PdA1337 commented 3 years ago

My code is LOG.info("-"30) LOG.info("Logged on as: %s", client.user.name) LOG.info("Community profile: %s", client.steam_id.community_url) LOG.info("Last logon: %s", client.user.last_logon) LOG.info("Last logoff: %s", client.user.last_logoff) LOG.info("-"30) webs = Web(client) req = webs.get_web_session() but TypeError: object.init() takes exactly one argument (the instance to initialize)