Browse Source

fix get_web_session_cookies bug

pull/34/head
Rossen Georgiev 9 years ago
parent
commit
43e722eea6
  1. 2
      steam/client/features/web.py

2
steam/client/features/web.py

@ -30,7 +30,7 @@ class Web(object):
data = {
'steamid': self.steam_id,
'sessionkey': ekey,
'encrypted_loginkey': symmetric_encrypt(self.cm.webapi_authenticate_user_nonce, skey),
'encrypted_loginkey': symmetric_encrypt(self.webapi_authenticate_user_nonce, skey),
}
try:

Loading…
Cancel
Save