You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/05/14 16:48:48 UTC

[incubator-ponymail-foal] branch master updated: Unused: dbname is in config

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new d03aa9e  Unused: dbname is in config
d03aa9e is described below

commit d03aa9ea1096ae6295a44dde6c246ec72fbcaa8e
Author: Sebb <se...@apache.org>
AuthorDate: Fri May 14 17:48:05 2021 +0100

    Unused: dbname is in config
---
 tools/plugins/elastic.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/plugins/elastic.py b/tools/plugins/elastic.py
index 88f2592..50cf17c 100755
--- a/tools/plugins/elastic.py
+++ b/tools/plugins/elastic.py
@@ -45,7 +45,7 @@ class Elastic:
     db_notification:    str
     db_mailinglist:     str
 
-    def __init__(self, dbname=None):
+    def __init__(self):
         # Fetch config
         config = ponymailconfig.PonymailConfig()