Igor Likholat
Results
2
issues of
Igor Likholat
Hello everyone! I have troubleshot with login. This code executed without errors ``` steam_client = SteamClient(api_key) steam_client.login(username, password, guard) ``` But `steam_client.is_session_alive()` has returned False. I verified html content -...
Hi! What do you think about adding next line in the get_sell_listings_from_node method? ``` diff --git a/steampy/utils.py b/steampy/utils.py index fb4f3bc..9b6b7cc 100644 --- a/steampy/utils.py +++ b/steampy/utils.py @@ -191,6 +191,7 @@ def...