We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b9a52 commit bd2bc3eCopy full SHA for bd2bc3e
rets/session.py
@@ -503,7 +503,6 @@ def _user_agent_digest_hash(self):
503
"automatically but it has not. Please instantiate the session with a version argument"
504
"to provide the version."
505
)
506
- version_number = self.version.strip("RETS/")
507
user_str = "{0!s}:{1!s}".format(
508
self.user_agent, self.user_agent_password
509
).encode("utf-8")
0 commit comments