diff options
| author | J08nY | 2017-06-28 15:22:09 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-28 15:22:09 +0200 |
| commit | a4bcead88416ec4bec0e66256ff3c6571296314f (patch) | |
| tree | 2f2f10ce2eadf2e7acced0e9704d020c9bf5a9f1 /src/mailman_pgp/model | |
| parent | a3c44b197c84b43a7fa76c3f2c20eddd6ae7dc9f (diff) | |
| download | mailman-pgp-a4bcead88416ec4bec0e66256ff3c6571296314f.tar.gz mailman-pgp-a4bcead88416ec4bec0e66256ff3c6571296314f.tar.zst mailman-pgp-a4bcead88416ec4bec0e66256ff3c6571296314f.zip | |
Diffstat (limited to 'src/mailman_pgp/model')
| -rw-r--r-- | src/mailman_pgp/model/list.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman_pgp/model/list.py b/src/mailman_pgp/model/list.py index 7e80705..66f9af3 100644 --- a/src/mailman_pgp/model/list.py +++ b/src/mailman_pgp/model/list.py @@ -117,6 +117,8 @@ class PGPMailingList(Base): if self._key_generator is None or \ not self._key_generator.is_alive(): self._generate(self.mlist) + else: + self._key_generator.join(0.2) return self._key @property |
