Rev445, Fix and test random fail in CryptMessage decrypt

This commit is contained in:
shortcutme 2020-02-18 15:28:14 +01:00
parent 8aa4e27938
commit 64e5e0c80e
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
3 changed files with 39 additions and 7 deletions

View file

@ -13,7 +13,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.7.1"
self.rev = 4411
self.rev = 4445
self.argv = argv
self.action = None
self.test_parser = None