diff --git a/helpers/postgresql.py b/helpers/postgresql.py index 3fdd1515..5d5aaf1b 100644 --- a/helpers/postgresql.py +++ b/helpers/postgresql.py @@ -15,7 +15,7 @@ class Postgresql: self.data_dir = config["data_dir"] self.replication = config["replication"] self.superuser = config.get('superuser') - self.admin_user = config.get('admin') + self.admin = config.get('admin') self.config = config