diff options
| author | J08nY | 2017-08-11 20:29:28 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-11 20:29:28 +0200 |
| commit | b6df3c3cdcb4ca25b48cc316502ec39482afe20e (patch) | |
| tree | b52d26b7a08c8aa127ff5ce477ac921dc80e576f /src/django_pgpmailman/plugin.py | |
| parent | 7b05d2311f3b1727d9567c21f6d9eaac518ef187 (diff) | |
| download | django-pgpmailman-b6df3c3cdcb4ca25b48cc316502ec39482afe20e.tar.gz django-pgpmailman-b6df3c3cdcb4ca25b48cc316502ec39482afe20e.tar.zst django-pgpmailman-b6df3c3cdcb4ca25b48cc316502ec39482afe20e.zip | |
Diffstat (limited to 'src/django_pgpmailman/plugin.py')
| -rw-r--r-- | src/django_pgpmailman/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/django_pgpmailman/plugin.py b/src/django_pgpmailman/plugin.py index 61c2c38..9cbcc77 100644 --- a/src/django_pgpmailman/plugin.py +++ b/src/django_pgpmailman/plugin.py @@ -40,7 +40,7 @@ class PGPPlugin(Plugin): def get_list(self, list_identifier): response, content = self.call('lists/%s' % list_identifier) - return PGPMailingList(self._connection, content['self_link', content]) + return PGPMailingList(self._connection, content['self_link'], content) def get_pgp_plugin(): |
