Skip to content

Commit bd2bc3e

Browse files
committed
fixes digest creation logic -- RETS/ should not be stripped from version
1 parent 12b9a52 commit bd2bc3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rets/session.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ def _user_agent_digest_hash(self):
503503
"automatically but it has not. Please instantiate the session with a version argument"
504504
"to provide the version."
505505
)
506-
version_number = self.version.strip("RETS/")
507506
user_str = "{0!s}:{1!s}".format(
508507
self.user_agent, self.user_agent_password
509508
).encode("utf-8")

0 commit comments

Comments
 (0)