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 <[email protected]>
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