handle version check comparison over any diff

pull/632/head
Simon 10 months ago
parent e9a95d7ada
commit cfb15c1a78
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -323,7 +323,7 @@ class ReleaseVersion:
if not message:
return False
if self._parse_version(message.get("version")) == self.local_version:
if self.local_version >= self._parse_version(message.get("version")):
RedisArchivist().del_message(self.NEW_KEY)
return settings.TA_VERSION

Loading…
Cancel
Save