Changes between Version 2 and Version 3 of Ticket #31358, comment 9


Ignore:
Timestamp:
Mar 11, 2020, 1:37:26 PM (5 years ago)
Author:
Jon Moroney

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31358, comment 9

    v2 v3  
    88{{{
    99    def must_update(self, encoded):
    10         return self.salt_length != encoded.salt_length
     10        return self.salt_length != len(encoded.salt)
    1111}}}
    1212?
Back to Top