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/06/04 21:09:42 UTC

[incubator-ponymail-foal] branch master updated: Add missing variable decn

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 36c6de1  Add missing variable decn
36c6de1 is described below

commit 36c6de1eb45b59cb204e5cef8595f5b3f2c9068a
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 4 22:09:28 2021 +0100

    Add missing variable decn
---
 server/plugins/database.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/plugins/database.py b/server/plugins/database.py
index 8255b97..c088536 100644
--- a/server/plugins/database.py
+++ b/server/plugins/database.py
@@ -45,6 +45,7 @@ class Database:
     client: elasticsearch.AsyncElasticsearch
     config: plugins.configuration.DBConfig
     dbs: DBNames
+    uuid: str
 
     def __init__(self, config: plugins.configuration.DBConfig):
         self.config = config