Browse Source

Revert change

pull/35/head
philippj 9 years ago
parent
commit
05172f461b
  1. 4
      steam/guard.py

4
steam/guard.py

@ -101,8 +101,8 @@ class SteamAuthenticator(object):
:return: trade confirmation key :return: trade confirmation key
:rtype: str :rtype: str
""" """
return generate_confirmation_key(b64decode(self.identity_secret), return generate_confirmation_key(b64decode(self.identity_secret), tag,
self.get_time() if timestamp is None else timestamp, tag) self.get_time() if timestamp is None else timestamp)
def _send_request(self, action, params): def _send_request(self, action, params):
medium = self.medium medium = self.medium

Loading…
Cancel
Save